mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-08 17:00:47 +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
|
void
|
||||||
X11_RemoveMouseAcceleration (void)
|
X11_RemoveMouseAcceleration (void)
|
||||||
{
|
{
|
||||||
XChangePointerControl(x_disp, false, false, 0, 0, 0);
|
XChangePointerControl(x_disp, true, false, 0, 1, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue