diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:17 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:17 +0000 |
commit | 231ec9ffb13e4d4536fce9dceab545d9edcb9dba (patch) | |
tree | 1e2f6a3d778a7f185ac3733b515f5b298fc8601e /src/FillRect.c | |
parent | 35a608915a0512ca419fb0d4f3116fd68d2d8bc5 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
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 15e3875..11097a8 100644 --- a/src/FillRect.c +++ b/src/FillRect.c @@ -1,7 +1,7 @@ /* - * $XFree86: xc/lib/Xrender/FillRect.c,v 1.2 2001/12/16 18:27:55 keithp Exp $ + * $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 |