diff options
Diffstat (limited to 'src/FillRects.c')
-rw-r--r-- | src/FillRects.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FillRects.c b/src/FillRects.c index f132d3d..72e0a90 100644 --- a/src/FillRects.c +++ b/src/FillRects.c @@ -1,5 +1,4 @@ /* - * $XFree86$ * * 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; |