From 57cf0cdab5480efebaf447d5675e51b0d311ceee Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 11 Jan 2006 15:01:12 +0000 Subject: x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bit bug for -solid. --- x11vnc/pointer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/pointer.c') diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 6ff92d4..9622a7d 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -382,7 +382,7 @@ void do_button_mask_change(int mask, int button) { * Send a pointer button event to the X server. */ static void update_x11_pointer_mask(int mask) { - int snapped, xr_mouse = 1, i; + int snapped = 0, xr_mouse = 1, i; last_event = last_input = last_pointer_input = time(0); -- cgit v1.2.3