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/r200/r200_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.c') diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.c b/src/mesa/drivers/dri/r200/r200_ioctl.c index 8f1d9fe59c..bae1fdff15 100644 --- a/src/mesa/drivers/dri/r200/r200_ioctl.c +++ b/src/mesa/drivers/dri/r200/r200_ioctl.c @@ -312,11 +312,11 @@ void r200AllocDmaRegionVerts( r200ContextPtr rmesa, * SwapBuffers with client-side throttling */ -static CARD32 r200GetLastFrame(r200ContextPtr rmesa) +static int32_t r200GetLastFrame(r200ContextPtr rmesa) { drm_radeon_getparam_t gp; int ret; - CARD32 frame; + int32_t frame; gp.param = RADEON_PARAM_LAST_FRAME; gp.value = (int *)&frame; -- cgit v1.2.3