Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.

Submitted by:	bento/kris
This commit is contained in:
Eric Anholt 2003-03-13 07:08:50 +00:00
parent 37a58fbf8d
commit 46d40d4bc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77116
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- guix11/guix11.h.orig Wed Mar 12 22:40:16 2003
+++ guix11/guix11.h Wed Mar 12 22:40:25 2003
@@ -12,7 +12,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#define XK_MISCELLANY
-#include <X11/keysymdef.h>
+#include <X11/keysym.h>
#include <X11/Xatom.h>
#include <X11/Xresource.h>
#ifdef NEED_XOS_H

View file

@ -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" {