summarylogtreecommitdiffstats
path: root/pdfdrv.patch
blob: cb82e8eed18168228e8e01bf87c58b125cb1d362 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- grace-5.1.22/src/pdfdrv.c	2004-08-05 04:37:47.000000000 +0900
+++ grace-5.1.22.new/src/pdfdrv.c	2008-06-16 15:29:00.000000000 +0900
@@ -57,6 +57,8 @@
 #  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;