summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrfonseca <jrfonseca>2002-04-16 11:42:31 +0000
committerjrfonseca <jrfonseca>2002-04-16 11:42:31 +0000
commitf9e4cc45763a83af90e3bbe3b0dd0e3274b922eb (patch)
tree28ffdf9be9903f28698bf0dba526457f83a46373
parentac6862cc6d847b1da2bb13e36ddc1642a704a385 (diff)
Change IsPCI from Bool to int for now to have the branch build from CVS with no errors.mach64-0-0-3-branch
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/ati/mach64_dri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/ati/mach64_dri.h b/xc/programs/Xserver/hw/xfree86/drivers/ati/mach64_dri.h
index 7ed8719b3..3e8ecc861 100644
--- a/xc/programs/Xserver/hw/xfree86/drivers/ati/mach64_dri.h
+++ b/xc/programs/Xserver/hw/xfree86/drivers/ati/mach64_dri.h
@@ -40,7 +40,7 @@ typedef struct {
drmHandle regsHandle;
drmSize regsSize;
- Bool IsPCI;
+ int IsPCI; /* FIXME: Should this be Bool and/or this structure on other place? */
drmHandle agpHandle;
drmSize agpSize;