diff options
Diffstat (limited to 'fb/fbseg.c')
-rw-r--r-- | fb/fbseg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fb/fbseg.c b/fb/fbseg.c index 999be1cda..7cc38a20c 100644 --- a/fb/fbseg.c +++ b/fb/fbseg.c @@ -624,8 +624,8 @@ fbSegment (DrawablePtr pDrawable, unsigned int oc1; /* outcode of point 1 */ unsigned int oc2; /* outcode of point 2 */ - nBox = REGION_NUM_RECTS (pClip); - pBox = REGION_RECTS (pClip); + nBox = RegionNumRects (pClip); + pBox = RegionRects (pClip); bres = fbSelectBres (pDrawable, pGC); |