summaryrefslogtreecommitdiff
path: root/src/FillRects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FillRects.c')
-rw-r--r--src/FillRects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FillRects.c b/src/FillRects.c
index f132d3d..2eebe1a 100644
--- a/src/FillRects.c
+++ b/src/FillRects.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $Id$
*
* Copyright © 2000 SuSE, Inc.
*
@@ -37,7 +37,7 @@ XRenderFillRectangles (Display *dpy,
_Xconst XRectangle *rectangles,
int n_rects)
{
- XExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
xRenderFillRectanglesReq *req;
long len;
int n;