From daafa645cb8da97e223554fdfb7a7348418c9277 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 29 May 2007 17:43:23 +0000 Subject: Fix build with EXA disabled. --- driver/xf86-video-ati/src/atistruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver') 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 -- cgit v1.2.3