diff options
Diffstat (limited to 'include/pixmap.h')
-rw-r--r-- | include/pixmap.h | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/include/pixmap.h b/include/pixmap.h index 766091046..56bb675ae 100644 --- a/include/pixmap.h +++ b/include/pixmap.h @@ -45,6 +45,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/programs/Xserver/include/pixmap.h,v 1.4 2003/11/03 05:36:35 tsi Exp $ */ + #ifndef PIXMAP_H #define PIXMAP_H @@ -84,40 +86,25 @@ typedef union _PixUnion { ((type == DRAWABLE_WINDOW) || (type == UNDRAWABLE_WINDOW)) extern PixmapPtr GetScratchPixmapHeader( -#if NeedFunctionPrototypes ScreenPtr /*pScreen*/, int /*width*/, int /*height*/, int /*depth*/, int /*bitsPerPixel*/, int /*devKind*/, - pointer /*pPixData*/ -#endif -); + pointer /*pPixData*/); extern void FreeScratchPixmapHeader( -#if NeedFunctionPrototypes - PixmapPtr /*pPixmap*/ -#endif -); + PixmapPtr /*pPixmap*/); extern Bool CreateScratchPixmapsForScreen( -#if NeedFunctionPrototypes - int /*scrnum*/ -#endif -); + int /*scrnum*/); extern void FreeScratchPixmapsForScreen( -#if NeedFunctionPrototypes - int /*scrnum*/ -#endif -); + int /*scrnum*/); extern PixmapPtr AllocatePixmap( -#if NeedFunctionPrototypes ScreenPtr /*pScreen*/, - int /*pixDataSize*/ -#endif -); + int /*pixDataSize*/); #endif /* PIXMAP_H */ |