diff options
Diffstat (limited to 'driver/xf86-video-ati/src/atistruct.h')
-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 |