mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Bugzilla #7145: fix build with gcc 2.95
Bugzilla #7145: <http://bugs.freedesktop.org/show_bug.cgi?id=7145> Patch #8987: <http://bugs.freedesktop.org/attachment.cgi?id=8987>
This commit is contained in:
committed by
Alan Coopersmith
parent
fe7b8f4237
commit
689d52b624
@@ -103,7 +103,7 @@ void
|
||||
RRPointerMoved (ScreenPtr pScreen, int x, int y)
|
||||
{
|
||||
rrScrPriv (pScreen);
|
||||
RRCrtcPtr pointerCrtc = pScrPriv->pointerCrtc;;
|
||||
RRCrtcPtr pointerCrtc = pScrPriv->pointerCrtc;
|
||||
int c;
|
||||
|
||||
/* Check last known CRTC */
|
||||
|
||||
Reference in New Issue
Block a user