diff options
author | dscho <dscho> | 2008-02-02 03:57:12 +0000 |
---|---|---|
committer | dscho <dscho> | 2008-02-02 03:57:12 +0000 |
commit | e526c4816bad7f5ce4233c4894fdc2f56a23e0d7 (patch) | |
tree | 3580bb14942dad6d9f96e6ccffde7df0beb00b45 /ChangeLog | |
parent | 2530c5fa4cc468207180329c79fc74a0fa4e016d (diff) | |
download | libtdevnc-e526c4816bad7f5ce4233c4894fdc2f56a23e0d7.tar.gz libtdevnc-e526c4816bad7f5ce4233c4894fdc2f56a23e0d7.zip |
SDLvncviewer: fix button handling
For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit
"translate keys based on unicode (much more reliable than sym)".
I do not remember why, nor what I smoked, but this was wrong.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-02-02 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * client_examples/SDLvncviewer.c: fix buttons (2 & 3 were switched), + fix Tab key, and fix Ctrl+<letter> + 2008-01-29 Christian Ehrlicher <Ch.Ehrlicher@gmx.de> * libvncserver/rfbserver.c: add missing #include <time.h> |