diff options
Diffstat (limited to 'src/r128_sarea.h')
-rw-r--r-- | src/r128_sarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_sarea.h b/src/r128_sarea.h index 6ffdb41..63f432b 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 |