summaryrefslogtreecommitdiff
path: root/src/radeon_cursor.c
diff options
context:
space:
mode:
authorDavid Airlie <airlied@linux.ie>2007-02-01 16:26:31 +1100
committerDave Airlie <airlied@linux.ie>2007-02-01 16:12:03 +1100
commit6748732658850ea506f623a3622aa7135513ffd0 (patch)
treeb1860069e637f8083bbf9fa951e34b0e3c854a57 /src/radeon_cursor.c
parenta77f08298dc7e097025e3f7f92e3665c0ef30095 (diff)
update to latest intel codebase modulo using their mode set
and it breaks my cursor
Diffstat (limited to 'src/radeon_cursor.c')
-rw-r--r--src/radeon_cursor.c2
1 files changed, 1 insertions, 1 deletions
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;