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/Trap.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/Trap.c')
-rw-r--r-- | src/Trap.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* - * $XFree86: xc/lib/Xrender/Trap.c,v 1.2 2002/09/27 16:40:11 keithp Exp $ + * $Id$ * - * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * Copyright © 2002 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -35,7 +35,7 @@ XRenderCompositeTrapezoids (Display *dpy, _Xconst XTrapezoid *traps, int ntrap) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); xRenderTrapezoidsReq *req; int n; long len; |