xorg/vmwgfx: Don't hide HW cursors when updating them
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 12 Oct 2010 12:10:50 +0000 (14:10 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 12 Oct 2010 13:09:05 +0000 (15:09 +0200)
Gets rid of annoying cursor flicker

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/gallium/targets/xorg-vmwgfx/vmw_screen.c

index 8173908..7662203 100644 (file)
@@ -245,6 +245,7 @@ vmw_screen_pre_init(ScrnInfoPtr pScrn, int flags)
     cust->winsys_enter_vt = vmw_screen_enter_vt;
     cust->winsys_leave_vt = vmw_screen_leave_vt;
     cust->no_3d = TRUE;
+    cust->unhidden_hw_cursor_update = TRUE;
     vmw->pScrn = pScrn;
 
     pScrn->driverPrivate = cust;