summaryrefslogtreecommitdiff
path: root/src/FillRects.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 18:43:50 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 18:43:50 +0000
commit7faeec0e653838dc78d8df0c1eb10b833ff0c816 (patch)
tree8a2b0a5e90b77b365a7dc3a0407ce02a6a672ee7 /src/FillRects.c
parent3cdb1c4406d51f671f60f530c557ebfca81bfd3c (diff)
Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE
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;