Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162592
Collapse All | Expand All

(-)linux/in_x11.c.orig (-4 / +2 lines)
Lines 589-598 Link Here
589
					}
589
					}
590
					else
590
					else
591
					{
591
					{
592
						mx = -((int)event.xmotion.x - mwx);
592
						mx += ((int)event.xmotion.x - mwx);
593
						my = -((int)event.xmotion.y - mwy);
593
						my += ((int)event.xmotion.y - mwy);
594
						mwx = event.xmotion.x;
595
						mwy = event.xmotion.y;
596
594
597
						if (mx || my)
595
						if (mx || my)
598
							dowarp = qtrue;
596
							dowarp = qtrue;

Return to bug 162592