summaryrefslogtreecommitdiff
path: root/shared/r128_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/r128_drm.h')
-rw-r--r--shared/r128_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128_drm.h b/shared/r128_drm.h
index bbb1a93b..61f51e93 100644
--- a/shared/r128_drm.h
+++ b/shared/r128_drm.h
@@ -162,7 +162,7 @@ typedef struct drm_r128_sarea {
unsigned int last_dispatch;
drm_tex_region_t tex_list[R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1];
- int tex_age[R128_NR_TEX_HEAPS];
+ unsigned int tex_age[R128_NR_TEX_HEAPS];
int ctx_owner;
} drm_r128_sarea_t;