Module Name:    xsrc
Committed By:   mrg
Date:           Fri Jun 12 01:50:43 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-tga/dist/src: tga_line.c

Log Message:
backout the previous hack, it is no longer necessary


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-tga/dist/src/tga_line.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-tga/dist/src/tga_line.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/tga_line.c:1.2 xsrc/external/mit/xf86-video-tga/dist/src/tga_line.c:1.3
--- xsrc/external/mit/xf86-video-tga/dist/src/tga_line.c:1.2	Wed Jun 10 02:02:53 2009
+++ xsrc/external/mit/xf86-video-tga/dist/src/tga_line.c	Fri Jun 12 01:50:43 2009
@@ -416,7 +416,7 @@
 #endif
 					  ){
     XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_GC(pGC);
-#if TGA_OLDPRIV || 1	/* XXX XXX XXX */
+#if TGA_OLDPRIV
     XAAGCPtr   pGCPriv = (XAAGCPtr) (pGC)->devPrivates[XAAGetGCIndex()].ptr;
 #else
     XAAGCPtr   pGCPriv = (XAAGCPtr)dixLookupPrivate(&(pGC)->devPrivates, XAAGetGCKey());

Reply via email to