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
2c31ce2f
Commit
2c31ce2f
authored
Sep 26, 2016
by
Ulrich Sibiller
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xserver: use own copy of XKBrules.h header
just like upstream does
parent
e6018439
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
xkbsrv.h
nx-X11/programs/Xserver/include/xkbsrv.h
+1
-1
xkb.h
nx-X11/programs/Xserver/xkb/xkb.h
+0
-2
xkbInit.c
nx-X11/programs/Xserver/xkb/xkbInit.c
+1
-1
xkbout.c
nx-X11/programs/Xserver/xkb/xkbout.c
+1
-1
No files found.
nx-X11/programs/Xserver/include/xkbsrv.h
View file @
2c31ce2f
...
...
@@ -1098,7 +1098,7 @@ extern void XkbSendNewKeyboardNotify(
#ifdef XKBSRV_NEED_FILE_FUNCS
#include <nx-X11/extensions/XKMformat.h>
#include
<nx-X11/extensions/XKBfile.h>
#include
"xkbfile.h"
#include "xkbrules.h"
#define _XkbListKeymaps 0
...
...
nx-X11/programs/Xserver/xkb/xkb.h
View file @
2c31ce2f
/* $XFree86$ */
/* #include "XKBfile.h" */
extern
int
ProcXkbUseExtension
(
ClientPtr
client
);
extern
int
ProcXkbSelectEvents
(
ClientPtr
client
);
extern
int
ProcXkbBell
(
ClientPtr
client
);
...
...
nx-X11/programs/Xserver/xkb/xkbInit.c
View file @
2c31ce2f
...
...
@@ -50,7 +50,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include <nx-X11/extensions/XKMformat.h>
#include
<nx-X11/extensions/XKBfile.h>
#include
"xkbfile.h"
#include "xkb.h"
#define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1)
...
...
nx-X11/programs/Xserver/xkb/xkbout.c
View file @
2c31ce2f
...
...
@@ -57,7 +57,7 @@
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include
<nx-X11/extensions/XKBfile.h>
#include
"xkbfile.h"
#endif
...
...
dimbor
@dimbor
mentioned in commit
b0622729
·
Jan 26, 2018
mentioned in commit
b0622729
mentioned in commit b0622729ad7566a47c774d66c7eea36ee4fd35f2
Toggle commit list
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