diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/xf4bpp.h')
-rw-r--r-- | hw/xfree86/xf4bpp/xf4bpp.h | 154 |
1 files changed, 2 insertions, 152 deletions
diff --git a/hw/xfree86/xf4bpp/xf4bpp.h b/hw/xfree86/xf4bpp/xf4bpp.h index f9141e5e1..59458a258 100644 --- a/hw/xfree86/xf4bpp/xf4bpp.h +++ b/hw/xfree86/xf4bpp/xf4bpp.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h,v 1.8 2003/02/18 21:29:59 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h,v 1.10 2003/11/17 22:20:42 dawes Exp $ */ #ifndef __XF4BPP_H__ @@ -15,58 +15,45 @@ /* ppcArea.c */ void xf4bppFillArea( -#if NeedFunctionPrototypes WindowPtr, int, BoxPtr, GCPtr -#endif ); /* ppcBStore.c */ void xf4bppSaveAreas( -#if NeedFunctionPrototypes PixmapPtr, RegionPtr, int, int, WindowPtr -#endif ); void xf4bppRestoreAreas( -#if NeedFunctionPrototypes PixmapPtr, RegionPtr, int, int, WindowPtr -#endif ); /* ppcClip.c */ void xf4bppDestroyClip( -#if NeedFunctionPrototypes GCPtr -#endif ); void xf4bppChangeClip( -#if NeedFunctionPrototypes GCPtr, int, pointer, int -#endif ); void xf4bppCopyClip( -#if NeedFunctionPrototypes GCPtr, GCPtr -#endif ); /* ppcCpArea.c */ RegionPtr xf4bppCopyArea( -#if NeedFunctionPrototypes DrawablePtr, DrawablePtr, GCPtr, @@ -76,145 +63,115 @@ RegionPtr xf4bppCopyArea( int, int, int -#endif ); /* ppcDepth.c */ Bool xf4bppDepthOK( -#if NeedFunctionPrototypes DrawablePtr, int -#endif ); /* ppcFillRct.c */ void xf4bppPolyFillRect( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xRectangle * -#endif ); /* ppcWindowFS.c */ void xf4bppSolidWindowFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppStippleWindowFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppOpStippleWindowFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppTileWindowFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); /* xf4bppPixmapFS.c */ void xf4bppSolidPixmapFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppStipplePixmapFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppOpStipplePixmapFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); void xf4bppTilePixmapFS( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, DDXPointPtr, int *, int -#endif ); /* ppcGC.c */ Bool xf4bppCreateGC( -#if NeedFunctionPrototypes GCPtr -#endif ); void xf4bppDestroyGC( -#if NeedFunctionPrototypes GC * -#endif ); void xf4bppValidateGC( -#if NeedFunctionPrototypes GCPtr, unsigned long, DrawablePtr -#endif ); /* ppcGetSp.c */ void xf4bppGetSpans( -#if NeedFunctionPrototypes DrawablePtr, int, DDXPointPtr, int *, int, char * -#endif ); /* ppcImg.c */ void xf4bppGetImage( -#if NeedFunctionPrototypes DrawablePtr, int, int, @@ -223,110 +180,86 @@ void xf4bppGetImage( unsigned int, unsigned long, char * -#endif ); /* ppcLine.c */ void xf4bppScrnZeroLine( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, int, DDXPointPtr -#endif ); void xf4bppScrnZeroDash( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, int, DDXPointPtr -#endif ); void xf4bppScrnZeroSegs( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xSegment * -#endif ); /* ppcPixmap.c */ PixmapPtr xf4bppCreatePixmap( -#if NeedFunctionPrototypes ScreenPtr, int, int, int -#endif ); PixmapPtr xf4bppCopyPixmap( -#if NeedFunctionPrototypes PixmapPtr -#endif ); /* ppcPntWin.c */ void xf4bppPaintWindow( -#if NeedFunctionPrototypes WindowPtr, RegionPtr, int -#endif ); /* ppcPolyPnt.c */ void xf4bppPolyPoint( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, int, xPoint * -#endif ); /* ppcPolyRec.c */ void xf4bppPolyRectangle( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xRectangle * -#endif ); /* ppcQuery.c */ void xf4bppQueryBestSize( -#if NeedFunctionPrototypes int, unsigned short *, unsigned short *, ScreenPtr -#endif ); /* ppcRslvC.c */ void xf4bppResolveColor( -#if NeedFunctionPrototypes unsigned short *, unsigned short *, unsigned short *, VisualPtr -#endif ); Bool xf4bppInitializeColormap( -#if NeedFunctionPrototypes ColormapPtr -#endif ); /* ppcSetSp.c */ void xf4bppSetSpans( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, char *, @@ -334,45 +267,33 @@ void xf4bppSetSpans( int *, int, int -#endif ); /* ppcWindow.c */ void xf4bppCopyWindow( -#if NeedFunctionPrototypes WindowPtr, DDXPointRec, RegionPtr -#endif ); Bool xf4bppPositionWindow( -#if NeedFunctionPrototypes WindowPtr, int, int -#endif ); Bool xf4bppUnrealizeWindow( -#if NeedFunctionPrototypes WindowPtr, int, int -#endif ); Bool xf4bppDestroyWindow( -#if NeedFunctionPrototypes WindowPtr -#endif ); Bool xf4bppCreateWindowForXYhardware( -#if NeedFunctionPrototypes WindowPtr -#endif ); /* emulOpStip.c */ void xf4bppOpaqueStipple( -#if NeedFunctionPrototypes WindowPtr, PixmapPtr, unsigned long int, @@ -385,12 +306,10 @@ void xf4bppOpaqueStipple( int, int, int -#endif ); /* emulRepAre.c */ void xf4bppReplicateArea( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -399,12 +318,10 @@ void xf4bppReplicateArea( int, int, int -#endif ); /* emulTile.c */ void xf4bppTileRect( -#if NeedFunctionPrototypes WindowPtr, PixmapPtr, const int, @@ -415,20 +332,16 @@ void xf4bppTileRect( int, int, int -#endif ); /* vgaGC.c */ Mask xf4bppChangeWindowGC( -#if NeedFunctionPrototypes GCPtr, Mask -#endif ); /* vgaBitBlt.c */ void xf4bppBitBlt( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -438,12 +351,10 @@ void xf4bppBitBlt( int, int, int -#endif ); /* vgaImages.c */ void xf4bppDrawColorImage( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -453,10 +364,8 @@ void xf4bppDrawColorImage( int, const int, const unsigned long int -#endif ); void xf4bppReadColorImage( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -464,12 +373,10 @@ void xf4bppReadColorImage( int, unsigned char *, int -#endif ); /* vgaLine.c */ void xf4bppHorzLine( -#if NeedFunctionPrototypes WindowPtr, unsigned long int, int, @@ -477,10 +384,8 @@ void xf4bppHorzLine( int, int, int -#endif ); void xf4bppVertLine( -#if NeedFunctionPrototypes WindowPtr, unsigned long int, int, @@ -488,10 +393,8 @@ void xf4bppVertLine( int, int, int -#endif ); void xf4bppBresLine( -#if NeedFunctionPrototypes WindowPtr, unsigned long int, int, @@ -505,12 +408,10 @@ void xf4bppBresLine( int, int, unsigned long int -#endif ); /* vgaStipple.c */ void xf4bppFillStipple( -#if NeedFunctionPrototypes WindowPtr, const PixmapPtr, unsigned long int, @@ -522,12 +423,10 @@ void xf4bppFillStipple( int, const int, const int -#endif ); /* vgaSolid.c */ void xf4bppFillSolid( -#if NeedFunctionPrototypes WindowPtr, unsigned long int, const int, @@ -536,12 +435,10 @@ void xf4bppFillSolid( const int, int, const int -#endif ); /* offscreen.c */ void xf4bppOffBitBlt( -#if NeedFunctionPrototypes WindowPtr, const int, const int, @@ -551,10 +448,8 @@ void xf4bppOffBitBlt( int, int, int -#endif ); void xf4bppOffDrawColorImage( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -564,10 +459,8 @@ void xf4bppOffDrawColorImage( int, const int, const unsigned long int -#endif ); void xf4bppOffReadColorImage( -#if NeedFunctionPrototypes WindowPtr, int, int, @@ -575,10 +468,8 @@ void xf4bppOffReadColorImage( int, unsigned char *, int -#endif ); void xf4bppOffFillSolid( -#if NeedFunctionPrototypes WindowPtr, unsigned long int, const int, @@ -587,10 +478,8 @@ void xf4bppOffFillSolid( const int, int, const int -#endif ); void xf4bppOffDrawMonoImage( -#if NeedFunctionPrototypes WindowPtr, unsigned char *, int, @@ -600,10 +489,8 @@ void xf4bppOffDrawMonoImage( unsigned long int, int, unsigned long int -#endif ); void xf4bppOffFillStipple( -#if NeedFunctionPrototypes WindowPtr, const PixmapPtr, unsigned long int, @@ -615,12 +502,10 @@ void xf4bppOffFillStipple( int, const int, const int -#endif ); /* mfbimggblt.c */ void xf4bppImageGlyphBlt( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, @@ -628,24 +513,18 @@ void xf4bppImageGlyphBlt( unsigned int, CharInfoPtr *, pointer -#endif ); /* wm3.c */ int wm3_set_regs( -#if NeedFunctionPrototypes GC * -#endif ); /* ppcIO.c */ -int xf4bppNeverCalled( -#if NeedFunctionPrototypes +void xf4bppNeverCalled( void -#endif ); Bool xf4bppScreenInit( -#if NeedFunctionPrototypes ScreenPtr, pointer, int, @@ -653,68 +532,54 @@ Bool xf4bppScreenInit( int, int, int -#endif ); /* mfbfillarc.c */ void xf4bppPolyFillArc( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xArc * -#endif ); /* mfbzerarc.c */ void xf4bppZeroPolyArc( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xArc * -#endif ); /* mfbline.c */ void xf4bppSegmentSS ( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xSegment * -#endif ); void xf4bppLineSS ( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, int, DDXPointPtr -#endif ); void xf4bppSegmentSD ( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, xSegment * -#endif ); void xf4bppLineSD ( -#if NeedFunctionPrototypes DrawablePtr, GCPtr, int, int, DDXPointPtr -#endif ); /* mfbbres.c */ void xf4bppBresS( -#if NeedFunctionPrototypes PixelType *, int, int, @@ -726,12 +591,10 @@ void xf4bppBresS( int, int, int -#endif ); /* mfbbresd.c */ void xf4bppBresD( -#if NeedFunctionPrototypes DrawablePtr, int, int, int *, @@ -743,60 +606,47 @@ void xf4bppBresD( int, int, int, int, int, int, int, int, int, int -#endif ); /* mfbhrzvert.c */ void xf4bppHorzS( -#if NeedFunctionPrototypes PixelType *, int, int, int, int -#endif ); void xf4bppVertS( -#if NeedFunctionPrototypes PixelType *, int, int, int, int -#endif ); #ifdef PC98_EGC /* egc_asm.s */ unsigned char getbits_x( -#if NeedFunctionPrototypes int, unsigned int, pointer, unsigned int -#endif ); void wcopyr( -#if NeedFunctionPrototypes pointer, pointer, int, pointer -#endif ); void wcopyl( -#if NeedFunctionPrototypes pointer, pointer, int, pointer -#endif ); unsigned long int read8Z( -#if NeedFunctionPrototypes pointer -#endif ); #endif /* PC98_EGC */ |