From 9165d46fdb2cacb0ca69fd51a4fa3d8f7b04731b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 30 Aug 2005 19:22:46 +0000 Subject: define Bool for solo builds --- src/mesa/drivers/dri/unichrome/server/via_dri.c | 16 ++-------------- src/mesa/drivers/dri/unichrome/via_dri.h | 4 +++- 2 files changed, 5 insertions(+), 15 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/drivers/dri/unichrome/server/via_dri.c b/src/mesa/drivers/dri/unichrome/server/via_dri.c index b8c8ffc68e..63c49757da 100644 --- a/src/mesa/drivers/dri/unichrome/server/via_dri.c +++ b/src/mesa/drivers/dri/unichrome/server/via_dri.c @@ -22,19 +22,6 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ -#if 0 -#include "xf86.h" -#include "xf86_OSproc.h" -#include "xf86_ansic.h" -#include "xf86Priv.h" - -#include "xf86PciInfo.h" -#include "xf86Pci.h" - -#define _XF86DRI_SERVER_ -#include "GL/glxtokens.h" - -#else #include #include @@ -45,7 +32,8 @@ #include "driver.h" #include "drm.h" #include "imports.h" -#endif + +typedef int Bool; /* via_dri.h makes use of this */ #include "dri_util.h" diff --git a/src/mesa/drivers/dri/unichrome/via_dri.h b/src/mesa/drivers/dri/unichrome/via_dri.h index 693d961d25..188c685a76 100644 --- a/src/mesa/drivers/dri/unichrome/via_dri.h +++ b/src/mesa/drivers/dri/unichrome/via_dri.h @@ -13,6 +13,8 @@ typedef struct { drmSize size; } viaRegion, *viaRegionPtr; +typedef int Bool; + typedef struct { viaRegion regs, agp; int deviceID; @@ -24,7 +26,7 @@ typedef struct { int priv2; int fbOffset; int fbSize; - char drixinerama; + Bool drixinerama; int backOffset; int depthOffset; int textureOffset; -- cgit v1.2.3