summaryrefslogtreecommitdiff
path: root/src/mga_sarea.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-06-16 09:26:24 +0000
committerEric Anholt <anholt@freebsd.org>2004-06-16 09:26:24 +0000
commit1ca2311bee53e99b49a860862e4010e58c918585 (patch)
tree8c4d8123edb0cf739df66d1edec45af65ee5755e /src/mga_sarea.h
parent7cbb9f870b020742a254f1e9aadd0209b1f0a876 (diff)
DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613
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 616dee5..c124747 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.
*/