mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Grievre's fix for his weirdness when toggling fullscren. Thanks Grievre
This commit is contained in:
parent
ccfaeaf999
commit
f2d7d97319
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue