diff options
author | Egbert Eich <eich@suse.de> | 2004-03-09 16:52:30 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-09 16:52:30 +0000 |
commit | 0196d7c4ce4469e9d4e126c7761da8a5d9bdc2a4 (patch) | |
tree | 1e2f6a3d778a7f185ac3733b515f5b298fc8601e /src/FillRect.c | |
parent | 5ea5a7c71c016ead4709d3ac6e370c0576df3300 (diff) |
25. Updating Xcursor, Xrender, Xft (Egbert Eich).xo-6_7_0XPRINT_BEGINXPRINT_BASEXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM-BASEXORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0IPv6-REVIEW-BASEXPRINTXORG-RELEASE-1-TMXORG-RELEASE-1-STSFXORG-RELEASE-1IPv6-REVIEW
Diffstat (limited to 'src/FillRect.c')
-rw-r--r-- | src/FillRect.c | 6 |
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 |