summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2009-03-07 19:19:18 +0000
committerdscho <dscho>2009-03-07 19:19:18 +0000
commiteb1cc7608b91996199dae88663ee0d14d5d5b3f7 (patch)
tree4750a73002ee4748344cbb1aa8206c88d876a7a0 /ChangeLog
parente12c4ccf235e1760364c9a9930a5f1f56c4c7098 (diff)
downloadlibtdevnc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10b52bb..82a6662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>