diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 16:43:41 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 16:43:41 (GMT) |
| commit | 4032a0469b1f40f7197468f34986e365bd6e7314 (patch) | |
| tree | f324519139168068628f8d6e0fc8046001c9c0a1 /src/interface/Window.h | |
| parent | a2e91c247fab4a2cee8936d83979f4a72390f7e7 (diff) | |
| download | powder-4032a0469b1f40f7197468f34986e365bd6e7314.zip powder-4032a0469b1f40f7197468f34986e365bd6e7314.tar.gz | |
Click function for tools that aren't continuous. Debug helper for UI components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
Diffstat (limited to 'src/interface/Window.h')
| -rw-r--r-- | src/interface/Window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface/Window.h b/src/interface/Window.h index 4e705f0..c077abb 100644 --- a/src/interface/Window.h +++ b/src/interface/Window.h @@ -86,6 +86,9 @@ enum ChromeStyle void finalise(); bool halt; bool destruct; +#ifdef DEBUG + bool debugMode; +#endif }; |
