ports/graphics/xpdf/files/patch-xpdf_GlobalParams.h
Marcelo Araujo 687233a6eb - Update to 3.03.
- 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>
2012-04-15 03:57:41 +00:00

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