From 6748732658850ea506f623a3622aa7135513ffd0 Mon Sep 17 00:00:00 2001 From: David Airlie Date: Thu, 1 Feb 2007 16:26:31 +1100 Subject: update to latest intel codebase modulo using their mode set and it breaks my cursor --- src/radeon_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/radeon_cursor.c') diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c index 8c3dcfa..6d61b07 100644 --- a/src/radeon_cursor.c +++ b/src/radeon_cursor.c @@ -202,7 +202,7 @@ RADEONRandrSetCursorPosition(ScrnInfoPtr pScrn, int x, int y) for (c = 0 ; c < xf86_config->num_crtc; c++) { xf86CrtcPtr crtc = xf86_config->crtc[c]; - DisplayModePtr mode = &crtc->curMode; + DisplayModePtr mode = &crtc->mode; int thisx = x - crtc->x; int thisy = y - crtc->y; -- cgit v1.2.3