diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
commit | d568221710959cf7d783e6ff0fb80fb43a231124 (patch) | |
tree | 8d6f039393294c6ffac8533639afdebe5d68bfc1 /mi/mipoly.h | |
parent | 9508a382f8a9f241dab097d921b6d290c1c3a776 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'mi/mipoly.h')
-rw-r--r-- | mi/mipoly.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/mi/mipoly.h b/mi/mipoly.h index d946388a6..42d973477 100644 --- a/mi/mipoly.h +++ b/mi/mipoly.h @@ -26,6 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/programs/Xserver/mi/mipoly.h,v 1.3 2001/12/14 20:00:25 dawes Exp $ */ /* @@ -182,47 +183,35 @@ typedef struct _ScanLineListBlock { /* mipolyutil.c */ extern Bool miInsertEdgeInET( -#if NeedFunctionPrototypes EdgeTable * /*ET*/, EdgeTableEntry * /*ETE*/, int /*scanline*/, ScanLineListBlock ** /*SLLBlock*/, int * /*iSLLBlock*/ -#endif ); extern Bool miCreateETandAET( -#if NeedFunctionPrototypes int /*count*/, DDXPointPtr /*pts*/, EdgeTable * /*ET*/, EdgeTableEntry * /*AET*/, EdgeTableEntry * /*pETEs*/, ScanLineListBlock * /*pSLLBlock*/ -#endif ); extern void miloadAET( -#if NeedFunctionPrototypes EdgeTableEntry * /*AET*/, EdgeTableEntry * /*ETEs*/ -#endif ); extern void micomputeWAET( -#if NeedFunctionPrototypes EdgeTableEntry * /*AET*/ -#endif ); extern int miInsertionSort( -#if NeedFunctionPrototypes EdgeTableEntry * /*AET*/ -#endif ); extern void miFreeStorage( -#if NeedFunctionPrototypes ScanLineListBlock * /*pSLLBlock*/ -#endif ); |