Module Name: xsrc
Committed By: mrg
Date: Wed Sep 21 17:59:20 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: riva_xaa.c
Log Message:
hide RivaSetRopPattern() behind HAVE_XAA_H.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-nv/dist/src/riva_xaa.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-nv/dist/src/riva_xaa.c
diff -u xsrc/external/mit/xf86-video-nv/dist/src/riva_xaa.c:1.1.1.2 xsrc/external/mit/xf86-video-nv/dist/src/riva_xaa.c:1.2
--- xsrc/external/mit/xf86-video-nv/dist/src/riva_xaa.c:1.1.1.2 Sun Jun 2 08:24:14 2013
+++ xsrc/external/mit/xf86-video-nv/dist/src/riva_xaa.c Wed Sep 21 17:59:20 2016
@@ -85,6 +85,7 @@ RivaSetRopSolid(RivaPtr pRiva, int rop)
}
}
+#ifdef HAVE_XAA_H
static void
RivaSetRopPattern(RivaPtr pRiva, int rop)
{
@@ -94,7 +95,7 @@ RivaSetRopPattern(RivaPtr pRiva, int rop
pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
}
}
-#ifdef HAVE_XAA_H
+
/*
* Fill solid rectangles.
*/