summaryrefslogtreecommitdiff
path: root/src/FillRect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FillRect.c')
-rw-r--r--src/FillRect.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/FillRect.c b/src/FillRect.c
index 15e3875..396cfe0 100644
--- a/src/FillRect.c
+++ b/src/FillRect.c
@@ -1,7 +1,6 @@
/*
- * $XFree86: xc/lib/Xrender/FillRect.c,v 1.2 2001/12/16 18:27:55 keithp Exp $
*
- * Copyright © 2000 SuSE, Inc.
+ * Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -39,7 +38,7 @@ XRenderFillRectangle (Display *dpy,
unsigned int width,
unsigned int height)
{
- XExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
xRectangle *rect;
xRenderFillRectanglesReq *req;
#ifdef MUSTCOPY