mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Gui: Add Bool explicit_repaint to Window class
This commit is contained in:
@@ -124,6 +124,7 @@ class Window {
|
|||||||
Bool alpha;
|
Bool alpha;
|
||||||
Bool refresh;
|
Bool refresh;
|
||||||
Bool repainting;
|
Bool repainting;
|
||||||
|
Bool explicit_repaint;
|
||||||
CTask* client;
|
CTask* client;
|
||||||
I64 x;
|
I64 x;
|
||||||
I64 y;
|
I64 y;
|
||||||
|
|||||||
Reference in New Issue
Block a user