Warning fix.
This commit is contained in:
parent
74ebff6732
commit
e213324195
|
|
@ -486,8 +486,8 @@ I830SetCursorPosition(ScrnInfoPtr pScrn, int x, int y)
|
|||
{
|
||||
xf86CrtcPtr crtc = xf86_config->crtc[pipe];
|
||||
DisplayModePtr mode = &crtc->mode;
|
||||
int thisx;
|
||||
int thisy;
|
||||
int thisx = 0;
|
||||
int thisy = 0;
|
||||
int hotspotx = 0, hotspoty = 0;
|
||||
|
||||
if (!crtc->enabled)
|
||||
|
|
|
|||
Loading…
Reference in New Issue