From 960cdf29197bc3f5922110cf26627aa9709ac79b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 10 Jun 2005 10:29:11 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'bogue40'. --- generic/PostScript.h | 57 ---------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 generic/PostScript.h (limited to 'generic/PostScript.h') diff --git a/generic/PostScript.h b/generic/PostScript.h deleted file mode 100644 index 5af987e..0000000 --- a/generic/PostScript.h +++ /dev/null @@ -1,57 +0,0 @@ -/* - * PostScript.h -- Header to access PostScript driver. - * - * Authors : Patrick Lecoanet. - * Creation date : Wed Jan 4 11:30:00 1995 - * - * $Id$ - */ - -/* - * Copyright (c) 1995 - 2005 CENA, Patrick Lecoanet -- - * - * See the file "Copyright" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - */ - - -#ifndef _PostScript_h -#define _PostScript_h - - -#include "List.h" -#include "Types.h" -#include "Geo.h" -#include "Color.h" -#include "Image.h" - -#include -#include - - -struct _ZnWInfo; -struct _ZnItemStruct; - - -int ZnPostScriptCmd(struct _ZnWInfo *wi, int argc, Tcl_Obj *CONST *args); -void ZnFlushPsChan(Tcl_Interp *interp, Tk_PostscriptInfo ps_info); -int ZnPostscriptOutline(Tcl_Interp *interp, Tk_PostscriptInfo ps_info, - Tk_Window tkwin, ZnDim line_width, ZnLineStyle line_style, - ZnGradient *line_color, ZnImage line_pattern); -int ZnPostscriptBitmap(Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo ps_info, - ZnImage bitmap, ZnReal x, ZnReal y, int width, int height); -void ZnPostscriptString(Tcl_Interp *interp, char *str, int num_bytes); -void ZnPostscriptTrace(struct _ZnItemStruct *item, ZnBool enter); -int ZnPostscriptGradient(Tcl_Interp *interp, Tk_PostscriptInfo ps_info, - ZnGradient *gradient, ZnPoint *quad, ZnPoly *poly); -int ZnPostscriptXImage(Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, - XImage *ximage, int x, int y, int width, int height); -int ZnPostscriptStipple(Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo ps_info, - ZnImage bitmap); -int ZnPostscriptTile(Tcl_Interp *interp, Tk_Window win, Tk_PostscriptInfo ps_info, - ZnImage image); -int ZnPostscriptImage(Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo ps_info, - ZnImage image, int x, int y, int width, int height); - -#endif /* _PostScript_h */ -- cgit v1.1