summaryrefslogtreecommitdiff
path: root/src/interface/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Window.h')
-rw-r--r--src/interface/Window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Window.h b/src/interface/Window.h
index 357d9da..7906393 100644
--- a/src/interface/Window.h
+++ b/src/interface/Window.h
@@ -68,6 +68,7 @@ enum ChromeStyle
//Sets halt and destroy, this causes the Windows to stop sending events and remove itself.
void SelfDestruct();
+ void Halt();
bool IsFocused(const Component* c) const;
void FocusComponent(Component* c);
@@ -105,6 +106,7 @@ enum ChromeStyle
void finalise();
bool halt;
bool destruct;
+ bool stop;
#ifdef DEBUG
bool debugMode;
#endif