mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 11:30:22 +01:00
xorg/vmwgfx: Don't hide HW cursors when updating them
Gets rid of annoying cursor flicker Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
parent
bfd065c71e
commit
201c3d3669
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue