diff options
author | runge <runge> | 2006-07-04 16:09:22 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-04 16:09:22 +0000 |
commit | a7726a6f970f49c2bedac4926aa30de18d96ae41 (patch) | |
tree | 79c23911a3acba751461bcdc3db5d6b59364a433 /x11vnc/userinput.c | |
parent | 9992160105b0433484bca804d62eb672aff113de (diff) | |
download | libtdevnc-a7726a6f970f49c2bedac4926aa30de18d96ae41.tar.gz libtdevnc-a7726a6f970f49c2bedac4926aa30de18d96ae41.zip |
x11vnc: more -unixpw work. add -license, etc. options
Diffstat (limited to 'x11vnc/userinput.c')
-rw-r--r-- | x11vnc/userinput.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/userinput.c b/x11vnc/userinput.c index 1395c71..d3dec60 100644 --- a/x11vnc/userinput.c +++ b/x11vnc/userinput.c @@ -2145,6 +2145,8 @@ static int check_xrecord_keys(void) { RAWFB_RET(0) + if (unixpw_in_progress) return 0; + set_repeat_in = set_repeat; set_repeat = 0.0; @@ -3303,6 +3305,7 @@ int check_wireframe(void) { RAWFB_RET(0) if (unixpw_in_progress) return 0; + if (nofb) { return 0; } |