mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- Remove the DRAW options, regards it is a third patch and doesn't apply anymore in this new version. - Add ghostscript fonts(TYPE1) to be build as an option. PR: ports/166601 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
10 lines
381 B
C
10 lines
381 B
C
Index: xpdf/GlobalParams.h
|
|
@@ -132,6 +132,8 @@
|
|
#define xpdfKeyCodeDown 0x100d
|
|
#define xpdfKeyCodeF1 0x1100
|
|
#define xpdfKeyCodeF35 0x1122
|
|
+#define xpdfKeyPlus 0x1200
|
|
+#define xpdfKeyMinus 0x1201
|
|
#define xpdfKeyCodeMousePress1 0x2001
|
|
#define xpdfKeyCodeMousePress2 0x2002
|
|
#define xpdfKeyCodeMousePress3 0x2003
|