aboutsummaryrefslogtreecommitdiff
path: root/generic/PostScript.h
blob: cca589c8b51111d259e49a7bcf30221f8bd76876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
 * 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 <stdio.h>
#include <X11/Xlib.h>


struct _ZnWInfo;


int ZnPostScriptCmd(struct _ZnWInfo *wi, int argc, Tcl_Obj *CONST *args);


#endif  /* _PostScript_h */