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
3b881908
Commit
3b881908
authored
Sep 26, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xserver: use own copy of XKBstr.h header
just like upstream does
parent
3739a9b3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
8 deletions
+7
-8
Keyboard.c
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+0
-1
xkbsrv.h
nx-X11/programs/Xserver/include/xkbsrv.h
+1
-1
xkbstr.h
nx-X11/programs/Xserver/include/xkbstr.h
+0
-0
maprules.c
nx-X11/programs/Xserver/xkb/maprules.c
+1
-1
xkbSwap.c
nx-X11/programs/Xserver/xkb/xkbSwap.c
+1
-1
xkbfmisc.c
nx-X11/programs/Xserver/xkb/xkbfmisc.c
+1
-1
xkbout.c
nx-X11/programs/Xserver/xkb/xkbout.c
+1
-1
xkbtext.c
nx-X11/programs/Xserver/xkb/xkbtext.c
+1
-1
xkmread.c
nx-X11/programs/Xserver/xkb/xkmread.c
+1
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
View file @
3b881908
...
...
@@ -75,7 +75,6 @@ is" without express or implied warranty.
#define XKBSRV_NEED_FILE_FUNCS
#include <nx-X11/extensions/XKBsrv.h>
#include <nx-X11/extensions/XKBstr.h>
#include <nx-X11/extensions/XKBconfig.h>
#include <nx-X11/extensions/XKBrules.h>
...
...
nx-X11/programs/Xserver/include/xkbsrv.h
View file @
3b881908
...
...
@@ -64,8 +64,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XkbUpdateActionVirtualMods SrvXkbUpdateActionVirtualMods
#define XkbUpdateKeyTypeVirtualMods SrvXkbUpdateKeyTypeVirtualMods
#include <nx-X11/extensions/XKBstr.h>
#include <nx-X11/extensions/XKBproto.h>
#include "xkbstr.h"
#include "inputstr.h"
#ifdef NXAGENT_SERVER
...
...
nx-X11/programs/Xserver/include/xkbstr.h
0 → 100644
View file @
3b881908
This diff is collapsed.
Click to expand it.
nx-X11/programs/Xserver/xkb/maprules.c
View file @
3b881908
...
...
@@ -63,7 +63,7 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
...
...
nx-X11/programs/Xserver/xkb/xkbSwap.c
View file @
3b881908
...
...
@@ -34,7 +34,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#include <xkbsrv.h>
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#include "extnsionst.h"
#include "xkb.h"
...
...
nx-X11/programs/Xserver/xkb/xkbfmisc.c
View file @
3b881908
...
...
@@ -54,7 +54,7 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
...
...
nx-X11/programs/Xserver/xkb/xkbout.c
View file @
3b881908
...
...
@@ -52,7 +52,7 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
...
...
nx-X11/programs/Xserver/xkb/xkbtext.c
View file @
3b881908
...
...
@@ -52,7 +52,7 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
...
...
nx-X11/programs/Xserver/xkb/xkmread.c
View file @
3b881908
...
...
@@ -54,7 +54,7 @@
#include <nx-X11/keysym.h>
#include "misc.h"
#include "inputstr.h"
#include
<nx-X11/extensions/XKBstr.h>
#include
"xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
...
...
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