From 4e817ed76a09bbbf4bdbd5a840907eb03c31bf5c Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 15 Sep 2004 16:34:01 +0000 Subject: Pull XORG-6_8_0 to CYGWIN branch --- src/mga_sarea.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mga_sarea.h') 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. */ -- cgit v1.2.3