System/Libraries/Gui: Add Bool explicit_repaint to Window class
This commit is contained in:
parent
2b8092f418
commit
940e7b230c
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class Window {
|
|||
Bool alpha;
|
||||
Bool refresh;
|
||||
Bool repainting;
|
||||
Bool explicit_repaint;
|
||||
CTask* client;
|
||||
I64 x;
|
||||
I64 y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue