Grievre's fix for his weirdness when toggling fullscren. Thanks Grievre

This commit is contained in:
Bill Currie 2004-05-10 01:17:55 +00:00
parent ccfaeaf999
commit f2d7d97319

View file

@ -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