diff options
-rw-r--r-- | src/cir.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ typedef struct { Bool HasFBitBlt; CARD32 IOAddress; CARD32 FbAddress; - void * IOBase; - void * FbBase; + unsigned char *IOBase; + unsigned char *FbBase; long FbMapSize; long IoMapSize; int MinClock; |