Module Name:    xsrc
Committed By:   nakayama
Date:           Fri Nov 26 12:05:17 UTC 2010

Modified Files:
        xsrc/external/mit/xf86-video-sunleo/dist/src: leo_accel.c

Log Message:
Follow leo.h rev 1.2 change.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c
diff -u xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.2 xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.3
--- xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.2	Thu Sep 10 21:20:19 2009
+++ xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c	Fri Nov 26 12:05:17 2010
@@ -42,7 +42,11 @@
 
 #include	"leo.h"
 
+#if LEO_OLDPRIV
 int LeoGCPrivateIndex;
+#else
+DevPrivateKeyRec LeoGCPrivateIndex;
+#endif
 
 int	leoRopTable[16] = {
 	LEO_ATTR_RGBE_ENABLE|LEO_ROP_ZERO,		/* GXclear */

Reply via email to