diff options
-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; |