freebsd-ports/graphics/xpdf/files/patch-xpdf_GlobalParams.h
Marcelo Araujo 57da3c2f73 - Adding support to recognizing the keys Ctrl+(numpad+) and Ctrl+(numpad-) to control the ZoomIn and ZoomOut.
- Bump PORTREVISION.

Submitted by:	Eugeny N Dzhurinsky <bofh@redwerk.com> (via email)
2008-04-08 03:57:47 +00:00

11 lines
474 B
C

--- xpdf/GlobalParams.h.orig 2007-02-28 00:05:52.000000000 +0200
+++ xpdf/GlobalParams.h 2008-04-04 15:40:29.000000000 +0300
@@ -157,6 +157,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