diff options
Diffstat (limited to 'x11vnc/pointer.c')
-rw-r--r-- | x11vnc/pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 30268e7..0b7cece 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -617,7 +617,7 @@ void pointer(int mask, int x, int y, rfbClientPtr client) { last_x = x; last_y = y; } - if (mask >= 0 && unixpw && unixpw_in_progress) { + if (unixpw && unixpw_in_progress) { return; } |