summaryrefslogtreecommitdiff
path: root/src/Trap.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:29:17 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:29:17 +0000
commit231ec9ffb13e4d4536fce9dceab545d9edcb9dba (patch)
tree1e2f6a3d778a7f185ac3733b515f5b298fc8601e /src/Trap.c
parent35a608915a0512ca419fb0d4f3116fd68d2d8bc5 (diff)
Diffstat (limited to 'src/Trap.c')
-rw-r--r--src/Trap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Trap.c b/src/Trap.c
index 07304f5..8fd4512 100644
--- a/src/Trap.c
+++ b/src/Trap.c
@@ -1,7 +1,7 @@
/*
- * $XFree86: xc/lib/Xrender/Trap.c,v 1.3 2002/11/05 23:22:35 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;