summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r200/r200_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_screen.h b/src/mesa/drivers/dri/r200/r200_screen.h
index 91b43cbd75..eb887974b9 100644
--- a/src/mesa/drivers/dri/r200/r200_screen.h
+++ b/src/mesa/drivers/dri/r200/r200_screen.h
@@ -86,7 +86,7 @@ typedef struct {
drmBufMapPtr buffers;
- __volatile__ int32_t *scratch;
+ __volatile__ u_int32_t *scratch; /* is this used for anything? */
__DRIscreenPrivate *driScreen;
unsigned int sarea_priv_offset;