summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-24 00:31:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-24 21:08:17 +0300
commit076e2f4655c43e7dc79a01d576551942c7c3c057 (patch)
tree39bce5d299283f2bf00c24bff414331e714d8f21 /src/client.h
parentc88734cc2b8a0785c23531ce70bf703887aa0c4b (diff)
downloadplus-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.gz
plus-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.bz2
plus-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.xz
plus-076e2f4655c43e7dc79a01d576551942c7c3c057.zip
show/hide mouse cursor if mouse in/out window.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 4b550ad16..257180a73 100644
--- a/src/client.h
+++ b/src/client.h
@@ -314,6 +314,8 @@ public:
#ifdef USE_SDL2
void handleSDL2WindowEvent(const SDL_Event &event);
+#else
+ void handleActive(const SDL_Event &event);
#endif
void optionChanged(const std::string &name) override;