diff options
author | jrfonseca <jrfonseca> | 2002-04-16 11:42:31 +0000 |
---|---|---|
committer | jrfonseca <jrfonseca> | 2002-04-16 11:42:31 +0000 |
commit | f9e4cc45763a83af90e3bbe3b0dd0e3274b922eb (patch) | |
tree | 28ffdf9be9903f28698bf0dba526457f83a46373 | |
parent | ac6862cc6d847b1da2bb13e36ddc1642a704a385 (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.h | 2 |
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; |