summaryrefslogtreecommitdiff
path: root/src/Trap.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-15 10:15:05 +0000
committerEgbert Eich <eich@suse.de>2004-04-15 10:15:05 +0000
commit9101bf5dec9a355d3772467a76e0df0d1b8fc1d9 (patch)
tree8a2b0a5e90b77b365a7dc3a0407ce02a6a672ee7 /src/Trap.c
parent5ded9518470018c739dae3a3b24846ead0c35206 (diff)
Diffstat (limited to 'src/Trap.c')
-rw-r--r--src/Trap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Trap.c b/src/Trap.c
index 0a4bc3c..e9a7deb 100644
--- a/src/Trap.c
+++ b/src/Trap.c
@@ -1,7 +1,6 @@
/*
- * $XFree86: xc/lib/Xrender/Trap.c,v 1.2 2002/09/27 16:40:11 keithp Exp $
*
- * 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 +34,7 @@ XRenderCompositeTrapezoids (Display *dpy,
_Xconst XTrapezoid *traps,
int ntrap)
{
- XExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
xRenderTrapezoidsReq *req;
int n;
long len;