mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
Expose the individual rectangle in the dirty region
This commit is contained in:
parent
f45bab6a3f
commit
5955d19706
7 changed files with 117 additions and 29 deletions
|
|
@ -216,6 +216,8 @@ fn default_config() -> cbindgen::Config {
|
|||
.iter()
|
||||
.cloned()
|
||||
.collect();
|
||||
config.structure.associated_constants_in_body = true;
|
||||
config.constant.allow_constexpr = true;
|
||||
config
|
||||
}
|
||||
|
||||
|
|
@ -295,6 +297,7 @@ fn gen_corelib(
|
|||
"Rect",
|
||||
"SortOrder",
|
||||
"BitmapFont",
|
||||
"PhysicalRegion",
|
||||
]
|
||||
.iter()
|
||||
.chain(items.iter())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue