Module Name:    xsrc
Committed By:   mrg
Date:           Wed Jun 10 02:02:53 UTC 2009

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

Log Message:
add a hack to work around a vs. xorg-server issue: use the old interface.


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

Reply via email to