diff 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; } |