From: Ian Romanick Date: Sun, 6 Jun 2004 01:36:30 +0000 (+0000) Subject: Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined. X-Git-Tag: mesa-7.8~10956 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a704e44f0ad4401409892559975642a80d815426;p=platform%2Fupstream%2Fmesa.git Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined. --- diff --git a/src/mesa/drivers/dri/ffb/server/ffb_dac.h b/src/mesa/drivers/dri/ffb/server/ffb_dac.h index ab1c8c3..2b3d1f4 100644 --- a/src/mesa/drivers/dri/ffb/server/ffb_dac.h +++ b/src/mesa/drivers/dri/ffb/server/ffb_dac.h @@ -26,7 +26,7 @@ #ifndef _FFB_DAC_H #define _FFB_DAC_H -#ifdef _SOLO +#if defined( _SOLO ) || defined( DRI_NEW_INTERFACE_ONLY ) #define Bool int #endif