Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
35270a3d
Commit
35270a3d
authored
Aug 02, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt include files to libX11 1.3.4
parent
7b0bdde5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1 deletion
+2
-1
XKBlib.h
nx-X11/lib/X11/XKBlib.h
+1
-1
Xcms.h
nx-X11/lib/X11/Xcms.h
+0
-0
Xregion.h
nx-X11/lib/X11/Xregion.h
+0
-0
Xresource.h
nx-X11/lib/X11/Xresource.h
+0
-0
Xutil.h
nx-X11/lib/X11/Xutil.h
+1
-0
No files found.
nx-X11/lib/X11/XKBlib.h
View file @
35270a3d
...
...
@@ -530,7 +530,7 @@ extern Bool XkbSetIndicatorMap(
#define XkbNoteIndicatorStateChanges(o,n,w)\
((o)->state_changes|=((n)->state_changes&(w)))
#define XkbGetIndicatorMapChanges(d,x,c) \
(XkbGetIndicatorMap((d),(c)->map_changes,x)
(XkbGetIndicatorMap((d),(c)->map_changes,x)
)
#define XkbChangeIndicatorMaps(d,x,c) \
(XkbSetIndicatorMap((d),(c)->map_changes,x))
...
...
nx-X11/lib/X11/Xcms.h
View file @
35270a3d
nx-X11/lib/X11/Xregion.h
View file @
35270a3d
nx-X11/lib/X11/Xresource.h
View file @
35270a3d
nx-X11/lib/X11/Xutil.h
View file @
35270a3d
...
...
@@ -52,6 +52,7 @@ SOFTWARE.
/* You must include <nx-X11/Xlib.h> before including this file */
#include <nx-X11/Xlib.h>
#include <X11/keysym.h>
/*
* Bitmask returned by XParseGeometry(). Each bit tells if the corresponding
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment