blob: 5f5cd7f0d0635b0ca87368d2781bc803c76ce4f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** src/pdfdrv.c.org Thu Apr 20 22:34:34 2000
--- src/pdfdrv.c Thu Aug 3 21:23:05 2000
***************
*** 57,62 ****
--- 57,64 ----
# include "motifinc.h"
#endif
+ #define PDF_set_fillrule(handle, rule) PDF_set_parameter(handle, "fillrule", rule)
+
static void pdf_error_handler(PDF *p, int type, const char* msg);
static unsigned long page_scale;
|