de624ba756
XmHTML to version 1.1.7. By the way xbae was updated to 4.8.4. PR: ports/20464, ports/20975, ports/21919
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
*** 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;
|