From f2d7d97319b4b93ece3eb225c20643d1c11b1fbe Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 10 May 2004 01:17:55 +0000 Subject: [PATCH] Grievre's fix for his weirdness when toggling fullscren. Thanks Grievre --- libs/video/targets/context_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/video/targets/context_x11.c b/libs/video/targets/context_x11.c index 0bf80600a..1e80c2524 100644 --- a/libs/video/targets/context_x11.c +++ b/libs/video/targets/context_x11.c @@ -625,7 +625,7 @@ X11_SaveMouseAcceleration (void) void X11_RemoveMouseAcceleration (void) { - XChangePointerControl(x_disp, false, false, 0, 0, 0); + XChangePointerControl(x_disp, true, false, 0, 1, 0); } void