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
736a2333
Commit
736a2333
authored
Oct 04, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xserver: adapt xkbsrc includes syntax to match upstream
parent
a2a7482f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
devices.c
nx-X11/programs/Xserver/dix/devices.c
+1
-1
dispatch.c
nx-X11/programs/Xserver/dix/dispatch.c
+1
-1
events.c
nx-X11/programs/Xserver/dix/events.c
+1
-1
utils.c
nx-X11/programs/Xserver/os/utils.c
+1
-1
xkmread.c
nx-X11/programs/Xserver/xkb/xkmread.c
+1
-1
No files found.
nx-X11/programs/Xserver/dix/devices.c
View file @
736a2333
...
...
@@ -62,7 +62,7 @@ SOFTWARE.
#include "dixstruct.h"
#include "site.h"
#ifdef XKB
#include
<xkbsrv.h>
#include
"xkbsrv.h"
#endif
#ifdef XCSECURITY
#define _SECURITY_SERVER
...
...
nx-X11/programs/Xserver/dix/dispatch.c
View file @
736a2333
...
...
@@ -110,7 +110,7 @@ int ProcInitialConnection();
#endif
#ifdef XKB
#include "inputstr.h"
#include
<xkbsrv.h>
#include
"xkbsrv.h"
#endif
#define mskcnt ((MAXCLIENTS + 31) / 32)
...
...
nx-X11/programs/Xserver/dix/events.c
View file @
736a2333
...
...
@@ -129,7 +129,7 @@ of the copyright holder.
#include "globals.h"
#ifdef XKB
#include
<xkbsrv.h>
#include
"xkbsrv.h"
extern
Bool
XkbFilterEvents
(
ClientPtr
,
int
,
xEvent
*
);
#endif
...
...
nx-X11/programs/Xserver/os/utils.c
View file @
736a2333
...
...
@@ -144,7 +144,7 @@ OR PERFORMANCE OF THIS SOFTWARE.
#endif
#ifdef XKB
#include
<xkbsrv.h>
#include
"xkbsrv.h"
#endif
#ifdef XCSECURITY
#define _SECURITY_SERVER
...
...
nx-X11/programs/Xserver/xkb/xkmread.c
View file @
736a2333
...
...
@@ -42,7 +42,7 @@
#include "misc.h"
#include "inputstr.h"
#include "xkbstr.h"
#include
<xkbsrv.h>
#include
"xkbsrv.h"
#include "xkbgeom.h"
Atom
...
...
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