xserver/hw/kdrive/vesa vesa.c,1.30,1.31

Eric Anholt xserver-commit at pdx.freedesktop.org
Thu May 13 14:15:09 PDT 2004


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/vesa
In directory pdx:/home/anholt/xserver/hw/kdrive/vesa

Modified Files:
	vesa.c 
Log Message:
There's no need to explicitly set softCursor -- kdrive handles this
if the cursor hooks aren't set.


Index: vesa.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/vesa/vesa.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- a/vesa.c	18 Nov 2003 18:38:48 -0000	1.30
+++ b/vesa.c	13 May 2004 21:15:06 -0000	1.31
@@ -956,8 +956,6 @@
 	pscr->mapping = VESA_WINDOWED;
 	pscr->shadow = TRUE;
     }
-    
-    screen->softCursor = TRUE;
 
     switch (pscr->mapping) {
     case VESA_MONO:




More information about the xserver-commit mailing list