summaryrefslogtreecommitdiffstats
path: root/x11vnc/connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r--x11vnc/connections.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c
index 5e5ebd4..d9c47a8 100644
--- a/x11vnc/connections.c
+++ b/x11vnc/connections.c
@@ -2377,7 +2377,9 @@ void check_new_clients(void) {
return;
}
- if (grab_kbd || grab_ptr) {
+ if (grab_always) {
+ ;
+ } else if (grab_kbd || grab_ptr) {
static double last_force = 0.0;
if (client_count != last_count || dnow() > last_force + 0.25) {
int q = (client_count == last_count);