mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
11
editors/elvis/files/patch-ac
Normal file
11
editors/elvis/files/patch-ac
Normal 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
|
11
graphics/opendx/files/patch-NumberInput.h
Normal file
11
graphics/opendx/files/patch-NumberInput.h
Normal 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" {
|
Loading…
Add table
Reference in a new issue