diff options
author | Egbert Eich <eich@suse.de> | 2004-04-15 10:15:05 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-15 10:15:05 +0000 |
commit | 9101bf5dec9a355d3772467a76e0df0d1b8fc1d9 (patch) | |
tree | 8a2b0a5e90b77b365a7dc3a0407ce02a6a672ee7 /src/FillRect.c | |
parent | 5ded9518470018c739dae3a3b24846ead0c35206 (diff) |
Merged changes from RELEASE-1 branchbefore_20040421_xprint_branch_landingXORG-CURRENT-CLOSEDXORG-CURRENT
Diffstat (limited to 'src/FillRect.c')
-rw-r--r-- | src/FillRect.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/FillRect.c b/src/FillRect.c index c9c16f9..396cfe0 100644 --- a/src/FillRect.c +++ b/src/FillRect.c @@ -1,7 +1,6 @@ /* - * $XFree86$ * - * 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 |