summaryrefslogtreecommitdiff
path: root/src/nv_xaa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_xaa.c')
-rw-r--r--src/nv_xaa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_xaa.c b/src/nv_xaa.c
index f1e2dd4..76f8ae4 100644
--- a/src/nv_xaa.c
+++ b/src/nv_xaa.c
@@ -72,6 +72,7 @@ static const int NVCopyROP_PM[16] =
0xFA /* GXset */
};
+#ifdef HAVE_XAA_H
static const int NVPatternROP[16] =
{
0x00,
@@ -91,6 +92,7 @@ static const int NVPatternROP[16] =
0x5F,
0xFF
};
+#endif
void
NVDmaKickoff(NVPtr pNv)