From 16c704e8f7cd9b7d7c5d6667cb38e016e3b608d1 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 17 Mar 2004 20:50:12 +0000 Subject: Convert all uses of CARD32 and CARD8 to int32_t and int8_t. --- src/mesa/drivers/dri/r128/r128_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r128/r128_ioctl.c') diff --git a/src/mesa/drivers/dri/r128/r128_ioctl.c b/src/mesa/drivers/dri/r128/r128_ioctl.c index e34173725c..dcd024154a 100644 --- a/src/mesa/drivers/dri/r128/r128_ioctl.c +++ b/src/mesa/drivers/dri/r128/r128_ioctl.c @@ -229,7 +229,7 @@ static void delay( void ) { static int r128WaitForFrameCompletion( r128ContextPtr rmesa ) { unsigned char *R128MMIO = rmesa->r128Screen->mmio.map; - CARD32 frame; + int32_t frame; int i; int wait = 0; -- cgit v1.2.3