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/Picture.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/Picture.c')
-rw-r--r-- | src/Picture.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Picture.c b/src/Picture.c index 1f0e1df..961f551 100644 --- a/src/Picture.c +++ b/src/Picture.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/Xrender/Picture.c,v 1.6 2000/12/05 07:42:29 keithp Exp $ + * $Id$ * * Copyright © 2000 SuSE, Inc. * @@ -76,7 +76,7 @@ XRenderCreatePicture (Display *dpy, unsigned long valuemask, _Xconst XRenderPictureAttributes *attributes) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); Picture pid; xRenderCreatePictureReq *req; @@ -104,7 +104,7 @@ XRenderChangePicture (Display *dpy, unsigned long valuemask, _Xconst XRenderPictureAttributes *attributes) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); xRenderChangePictureReq *req; RenderSimpleCheckExtension (dpy, info); @@ -124,7 +124,7 @@ XRenderChangePicture (Display *dpy, static void _XRenderSetPictureClipRectangles (Display *dpy, - XExtDisplayInfo *info, + XRenderExtDisplayInfo *info, Picture picture, int xOrigin, int yOrigin, @@ -154,7 +154,7 @@ XRenderSetPictureClipRectangles (Display *dpy, _Xconst XRectangle *rects, int n) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); RenderSimpleCheckExtension (dpy, info); LockDisplay(dpy); @@ -169,7 +169,7 @@ XRenderSetPictureClipRegion (Display *dpy, Picture picture, Region r) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); int i; XRectangle *xr, *pr; BOX *pb; @@ -200,7 +200,7 @@ XRenderSetPictureTransform (Display *dpy, Picture picture, XTransform *transform) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); xRenderSetPictureTransformReq *req; RenderSimpleCheckExtension (dpy, info); @@ -227,7 +227,7 @@ void XRenderFreePicture (Display *dpy, Picture picture) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); xRenderFreePictureReq *req; RenderSimpleCheckExtension (dpy, info); |