diff options
author | dscho <dscho> | 2009-03-07 19:19:18 +0000 |
---|---|---|
committer | dscho <dscho> | 2009-03-07 19:19:18 +0000 |
commit | eb1cc7608b91996199dae88663ee0d14d5d5b3f7 (patch) | |
tree | 4750a73002ee4748344cbb1aa8206c88d876a7a0 /ChangeLog | |
parent | e12c4ccf235e1760364c9a9930a5f1f56c4c7098 (diff) | |
download | libtdevnc-eb1cc7608b91996199dae88663ee0d14d5d5b3f7.tar.gz libtdevnc-eb1cc7608b91996199dae88663ee0d14d5d5b3f7.zip |
SDLvncviewer: upon focus loss, force releasing the Alt keys
When switching windows using the Alt+Tab shortcut, SDLvncviewer would
get the "down" event, but not the "up" event. This patch provides
a workaround.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2009-03-07 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * client_examples/SDLvncviewer.c: force releasing Alt keys whenr + losing focus. This helps when you switch windows by pressing + Alt+Tab (SDLvncviewer would get the "Alt down" event, but not + the "Alt up" one). + +2009-03-07 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> * client_examples/SDLvncviewer.c: make the viewer resizable 2009-03-06 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> |