diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-13 07:08:50 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-13 07:08:50 +0000 |
commit | 46d40d4bc8bcd747da017a7e2cb5ff27b647d16d (patch) | |
tree | 3c4378595412a29cc1768187676e3d519ea79696 /graphics/opendx | |
parent | 37a58fbf8d9b975c21a281410abfbd1072243e3f (diff) |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/files/patch-NumberInput.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-NumberInput.h b/graphics/opendx/files/patch-NumberInput.h new file mode 100644 index 000000000000..a0b668545e80 --- /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 <stdlib.h> /* strtod() */ + #include <errno.h> /* errno, ERANGE */ + #define XK_MISCELLANY 1 +-#include <X11/keysymdef.h> ++#include <X11/keysym.h> + + #if defined(__cplusplus) || defined(c_plusplus) + extern "C" { |