diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-29 17:43:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-29 17:43:23 +0000 |
commit | daafa645cb8da97e223554fdfb7a7348418c9277 (patch) | |
tree | 5a94821203b182f2eec3b091322220e7b39bd1f2 /driver | |
parent | f8ae610c08e62994cf8a2345bd3cc77d3eb090f2 (diff) |
Fix build with EXA disabled.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-video-ati/src/atistruct.h | 2 |
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 |