From a7726a6f970f49c2bedac4926aa30de18d96ae41 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 4 Jul 2006 16:09:22 +0000 Subject: x11vnc: more -unixpw work. add -license, etc. options --- x11vnc/userinput.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/userinput.c') 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; } -- cgit v1.2.3