C++ platform: return the updated region from the render function

This commit is contained in:
Olivier Goffart 2023-07-24 07:40:57 +02:00 committed by Olivier Goffart
parent 5268aeb676
commit 3a420d5769
3 changed files with 37 additions and 11 deletions

View file

@ -532,6 +532,7 @@ namespace slint {
using LogicalLength = float;
struct ComponentVTable;
struct ItemVTable;
using types::IntRect;
}
}",
)