summaryrefslogtreecommitdiffstats
path: root/client/windows/red_window_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/windows/red_window_p.h')
-rw-r--r--client/windows/red_window_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/windows/red_window_p.h b/client/windows/red_window_p.h
index 4b5655ec..b35de571 100644
--- a/client/windows/red_window_p.h
+++ b/client/windows/red_window_p.h
@@ -56,6 +56,8 @@ protected:
uint32_t _modal_refs;
HMODULE _no_taskmgr_dll;
HHOOK _no_taskmgr_hook;
+ bool _focused;
+ bool _pointer_in_window;
bool _minimized;
bool _valid_pos;
int _x;