summaryrefslogtreecommitdiff
path: root/src/interface/Window.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-16 16:09:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-16 16:09:23 (GMT)
commitbd02c36426f0ee9196ac971f8f9b7e03eb35dbd3 (patch)
treebfe72a315c3204c7ff857dad89b8b6cfc17803d6 /src/interface/Window.h
parentcd7fe454b213f77d5048357c99595ed167918ff8 (diff)
downloadpowder-bd02c36426f0ee9196ac971f8f9b7e03eb35dbd3.zip
powder-bd02c36426f0ee9196ac971f8f9b7e03eb35dbd3.tar.gz
Right click menu to go to history and user info for save buttons
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