summaryrefslogtreecommitdiff
path: root/src/FillRects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FillRects.c')
-rw-r--r--src/FillRects.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FillRects.c b/src/FillRects.c
index b251930..72e0a90 100644
--- a/src/FillRects.c
+++ b/src/FillRects.c
@@ -1,5 +1,4 @@
/*
- * $XFree86: xc/lib/Xrender/FillRects.c,v 1.2 2001/12/16 18:27:55 keithp Exp $
*
* Copyright © 2000 SuSE, Inc.
*
@@ -37,7 +36,7 @@ XRenderFillRectangles (Display *dpy,
_Xconst XRectangle *rectangles,
int n_rects)
{
- XExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
xRenderFillRectanglesReq *req;
long len;
int n;