Warning fix.

This commit is contained in:
Eric Anholt 2007-01-24 12:32:38 +08:00
parent 74ebff6732
commit e213324195
1 changed files with 2 additions and 2 deletions

View File

@ -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)