summaryrefslogtreecommitdiff
path: root/src/r128_sarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/r128_sarea.h')
-rw-r--r--src/r128_sarea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_sarea.h b/src/r128_sarea.h
index 6ffdb412..63f432b8 100644
--- a/src/r128_sarea.h
+++ b/src/r128_sarea.h
@@ -161,7 +161,7 @@ typedef struct {
#ifdef XF86DRI
/* The current cliprects, or a subset thereof.
*/
- XF86DRIClipRectRec boxes[R128_NR_SAREA_CLIPRECTS];
+ drm_clip_rect_t boxes[R128_NR_SAREA_CLIPRECTS];
unsigned int nbox;
#endif