summaryrefslogtreecommitdiff
path: root/src/mga_sarea.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:01 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:01 +0000
commit4e817ed76a09bbbf4bdbd5a840907eb03c31bf5c (patch)
tree1fa5b167e4a81565f3d0839b52a220d01cbd98eb /src/mga_sarea.h
parenta4e8e48b089815fbdf28fa9b2205451725cf24d3 (diff)
Diffstat (limited to 'src/mga_sarea.h')
-rw-r--r--src/mga_sarea.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mga_sarea.h b/src/mga_sarea.h
index cb1c3e9..c5ffbbc 100644
--- a/src/mga_sarea.h
+++ b/src/mga_sarea.h
@@ -176,7 +176,7 @@ typedef struct {
/* The current cliprects, or a subset thereof.
*/
- XF86DRIClipRectRec boxes[MGA_NR_SAREA_CLIPRECTS];
+ drm_clip_rect_t boxes[MGA_NR_SAREA_CLIPRECTS];
unsigned int nbox;
/* Information about the most recently used 3d drawable. The
@@ -197,7 +197,7 @@ typedef struct {
unsigned int exported_nback;
int exported_back_x, exported_front_x, exported_w;
int exported_back_y, exported_front_y, exported_h;
- XF86DRIClipRectRec exported_boxes[MGA_NR_SAREA_CLIPRECTS];
+ drm_clip_rect_t exported_boxes[MGA_NR_SAREA_CLIPRECTS];
/* Counters for aging textures and for client-side throttling.
*/