diff options
author | dscho <dscho> | 2002-12-19 14:40:13 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-12-19 14:40:13 +0000 |
commit | ce2fdb720d45aa9ddebc277542166d71d7888650 (patch) | |
tree | 2a4e44f86694361979b77be212222d119a2daf27 /contrib/zippy.c | |
parent | 58551e93a4e4c785bb14e2f8d6d16e8c8936a1e8 (diff) | |
download | libtdevnc-ce2fdb720d45aa9ddebc277542166d71d7888650.tar.gz libtdevnc-ce2fdb720d45aa9ddebc277542166d71d7888650.zip |
new version of x11vnc from Karl Runge
Diffstat (limited to 'contrib/zippy.c')
-rw-r--r-- | contrib/zippy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zippy.c b/contrib/zippy.c index 58ad3ee..ff2d042 100644 --- a/contrib/zippy.c +++ b/contrib/zippy.c @@ -139,7 +139,7 @@ void linecount (char* frame_buffer) void on_key_press (Bool down,KeySym key,rfbClientPtr cl) { - if (down) //or else the action occurs on both the press and depress + if (down) /* or else the action occurs on both the press and depress */ switch (key) { case XK_b: |