diff --git a/src/i830_memory.c b/src/i830_memory.c index 85b6528..43d2e0f 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -1929,7 +1929,8 @@ i830_bind_all_memory(ScrnInfoPtr pScrn) } #endif } - i830_update_cursor_offsets(pScrn); + if (!pI830->SWCursor) + i830_update_cursor_offsets(pScrn); return TRUE; }