From 701ee3b071df93437ee66d0b5ff7f5880b8376e0 Mon Sep 17 00:00:00 2001 From: anholt Date: Thu, 13 Mar 2003 07:08:50 +0000 Subject: Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0. Submitted by: bento/kris --- graphics/opendx/files/patch-NumberInput.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/opendx/files/patch-NumberInput.h (limited to 'graphics') diff --git a/graphics/opendx/files/patch-NumberInput.h b/graphics/opendx/files/patch-NumberInput.h new file mode 100644 index 0000000..a0b6685 --- /dev/null +++ b/graphics/opendx/files/patch-NumberInput.h @@ -0,0 +1,11 @@ +--- src/uipp/widgets/NumberInput.h.orig Wed Mar 12 22:56:49 2003 ++++ src/uipp/widgets/NumberInput.h Wed Mar 12 23:06:33 2003 +@@ -12,7 +12,7 @@ + #include /* strtod() */ + #include /* errno, ERANGE */ + #define XK_MISCELLANY 1 +-#include ++#include + + #if defined(__cplusplus) || defined(c_plusplus) + extern "C" { -- cgit v1.1