diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-23 19:51:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-23 19:51:38 +0300 |
commit | 533e703a2c394b9c4a0c0e2d7367dd5cc48c1502 (patch) | |
tree | bc416027f6fb4d221d04c22ca9c15c11674ca45b /src/client.h | |
parent | 0d1ecc47f4b30d40474ac9402180f1a690a8eee2 (diff) | |
download | plus-533e703a2c394b9c4a0c0e2d7367dd5cc48c1502.tar.gz plus-533e703a2c394b9c4a0c0e2d7367dd5cc48c1502.tar.bz2 plus-533e703a2c394b9c4a0c0e2d7367dd5cc48c1502.tar.xz plus-533e703a2c394b9c4a0c0e2d7367dd5cc48c1502.zip |
Add support for handling event for show/hide on screen keyboard.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index a448678d0..956ee9b85 100644 --- a/src/client.h +++ b/src/client.h @@ -321,6 +321,8 @@ public: static void windowRemoved(const Window *const window); + static void updateScreenKeyboard(int height); + private: void initRootDir(); |