summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-29 17:43:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-29 17:43:23 +0000
commitdaafa645cb8da97e223554fdfb7a7348418c9277 (patch)
tree5a94821203b182f2eec3b091322220e7b39bd1f2 /driver
parentf8ae610c08e62994cf8a2345bd3cc77d3eb090f2 (diff)
Fix build with EXA disabled.
Diffstat (limited to 'driver')
-rw-r--r--driver/xf86-video-ati/src/atistruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-ati/src/atistruct.h b/driver/xf86-video-ati/src/atistruct.h
index 08f6a5b58..0c0095520 100644
--- a/driver/xf86-video-ati/src/atistruct.h
+++ b/driver/xf86-video-ati/src/atistruct.h
@@ -352,8 +352,8 @@ typedef struct _ATIRec
CARD32 *ExpansionBitmapScanlinePtr[2];
int ExpansionBitmapWidth;
#endif
-#ifdef USE_EXA
Bool RenderAccelEnabled;
+#ifdef USE_EXA
Mach64ContextRegs3D m3d;
#endif