summaryrefslogtreecommitdiff
path: root/src/smi_driver.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-14 22:04:17 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-14 22:04:17 -0200
commit85d118ee288fe7aa32db003bfa322ddf06944bf6 (patch)
tree1394e28c41c74252aeb45187e0d4e5a408fce001 /src/smi_driver.c
parentcd10af22240b9df7c264b15c483d8cc4505ee359 (diff)
Don't explicitly call the cursor routines.
On the MSOC, the hardware cursor was remaining on screen, when using EXA and a randr rotated mode.
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r--src/smi_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 8b6e78b..d8ba8ab 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -1017,10 +1017,6 @@ SMI_EnterVT(int scrnIndex, int flags)
if (!xf86SetDesiredModes(pScrn))
RETURN(FALSE);
- /* Initialize the hardware cursor */
- if (pSmi->HwCursor)
- xf86_show_cursors(pScrn);
-
/* Reset the grapics engine */
if (!pSmi->NoAccel)
SMI_EngineReset(pScrn);