Eliminate pointer arithmetic compilation warnings

Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
Kevin Brace
2019-04-11 17:47:40 -07:00
parent 5d8d7bcbb1
commit 13f8f978e8

View File

@@ -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;