Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > f10d8423c059fc5b46463452d85c1da0 > files > 44

XFree86-4.2.1-8.src.rpm

--- XFree86-4.2.1/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c.sis-option-swcursor	Sat Feb  9 01:19:22 2002
+++ XFree86-4.2.1/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c	Sat Feb  9 01:21:31 2002
@@ -64,6 +64,7 @@
     pSiS->FastVram = TRUE;
     pSiS->UsePCIRetry = TRUE;
     pSiS->TurboQueue = TRUE;
+    pSiS->SWCursor = FALSE;
     pSiS->HWCursor = TRUE;
     pSiS->Rotate = FALSE;
     pSiS->ShadowFB = FALSE;
@@ -98,6 +99,7 @@
     if (xf86ReturnOptValBool(pSiS->Options, OPTION_SW_CURSOR, FALSE)) {
         from = X_CONFIG;
         pSiS->HWCursor = FALSE;
+        pSiS->SWCursor = TRUE;
     }
     xf86DrvMsg(pScrn->scrnIndex, from, "Using %s cursor\n", 
                                 pSiS->HWCursor ? "HW" : "SW");