summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-au
blob: 23870a5393304309af167e40baf5c0c410a7c067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-au,v 1.1 2003/11/16 15:58:52 cube Exp $

--- src/uipp/widgets/NumberInput.h.orig	2002-01-13 18:48:48.000000000 +0100
+++ src/uipp/widgets/NumberInput.h
@@ -11,8 +11,7 @@
 #include <ctype.h>	/*  issspace(), isdigit(), isalnum()  */
 #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" {