summaryrefslogtreecommitdiff
path: root/src/FillRect.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-09 16:52:30 +0000
committerEgbert Eich <eich@suse.de>2004-03-09 16:52:30 +0000
commit0196d7c4ce4469e9d4e126c7761da8a5d9bdc2a4 (patch)
tree1e2f6a3d778a7f185ac3733b515f5b298fc8601e /src/FillRect.c
parent5ea5a7c71c016ead4709d3ac6e370c0576df3300 (diff)
Diffstat (limited to 'src/FillRect.c')
-rw-r--r--src/FillRect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FillRect.c b/src/FillRect.c
index c9c16f9..11097a8 100644
--- a/src/FillRect.c
+++ b/src/FillRect.c
@@ -1,7 +1,7 @@
/*
- * $XFree86$
+ * $Id$
*
- * 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 +39,7 @@ XRenderFillRectangle (Display *dpy,
unsigned int width,
unsigned int height)
{
- XExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
xRectangle *rect;
xRenderFillRectanglesReq *req;
#ifdef MUSTCOPY