mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-19 02:55:53 +00:00
Renderer feature refactor
This commit is contained in:
parent
f2af8317a2
commit
3a807e46c1
36 changed files with 250 additions and 202 deletions
|
@ -229,6 +229,7 @@ inline void set_platform(std::unique_ptr<Platform> platform)
|
|||
});
|
||||
}
|
||||
|
||||
# ifdef SLINT_FEATURE_RENDERER_SOFTWARE
|
||||
/// Represents a region on the screen, used for partial rendering.
|
||||
///
|
||||
/// The region may be composed of multiple sub-regions.
|
||||
|
@ -358,6 +359,7 @@ public:
|
|||
return PhysicalRegion { r };
|
||||
}
|
||||
};
|
||||
# endif
|
||||
|
||||
/// An opaque, low-level window handle that internalizes everything necessary to exchange messages
|
||||
/// with the windowing system. This includes the connection to the display server, if necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue