Commit 35270a3d authored by Ulrich Sibiller's avatar Ulrich Sibiller

adapt include files to libX11 1.3.4

parent 7b0bdde5
...@@ -530,7 +530,7 @@ extern Bool XkbSetIndicatorMap( ...@@ -530,7 +530,7 @@ extern Bool XkbSetIndicatorMap(
#define XkbNoteIndicatorStateChanges(o,n,w)\ #define XkbNoteIndicatorStateChanges(o,n,w)\
((o)->state_changes|=((n)->state_changes&(w))) ((o)->state_changes|=((n)->state_changes&(w)))
#define XkbGetIndicatorMapChanges(d,x,c) \ #define XkbGetIndicatorMapChanges(d,x,c) \
(XkbGetIndicatorMap((d),(c)->map_changes,x) (XkbGetIndicatorMap((d),(c)->map_changes,x))
#define XkbChangeIndicatorMaps(d,x,c) \ #define XkbChangeIndicatorMaps(d,x,c) \
(XkbSetIndicatorMap((d),(c)->map_changes,x)) (XkbSetIndicatorMap((d),(c)->map_changes,x))
......
...@@ -52,6 +52,7 @@ SOFTWARE. ...@@ -52,6 +52,7 @@ SOFTWARE.
/* You must include <nx-X11/Xlib.h> before including this file */ /* You must include <nx-X11/Xlib.h> before including this file */
#include <nx-X11/Xlib.h> #include <nx-X11/Xlib.h>
#include <X11/keysym.h>
/* /*
* Bitmask returned by XParseGeometry(). Each bit tells if the corresponding * Bitmask returned by XParseGeometry(). Each bit tells if the corresponding
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment