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
2a5364d5
Commit
2a5364d5
authored
Sep 26, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xserver: drop XKBSRV_NEED_FILE_FUNCS
just as upstream did
parent
7c5d836c
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
5 additions
and
20 deletions
+5
-20
Keyboard.c
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+5
-3
xkbsrv.h
nx-X11/programs/Xserver/include/xkbsrv.h
+0
-2
XKBMAlloc.c
nx-X11/programs/Xserver/xkb/XKBMAlloc.c
+0
-1
XKBMisc.c
nx-X11/programs/Xserver/xkb/XKBMisc.c
+0
-1
ddxConfig.c
nx-X11/programs/Xserver/xkb/ddxConfig.c
+0
-1
ddxList.c
nx-X11/programs/Xserver/xkb/ddxList.c
+0
-1
ddxLoad.c
nx-X11/programs/Xserver/xkb/ddxLoad.c
+0
-1
ddxPrivate.c
nx-X11/programs/Xserver/xkb/ddxPrivate.c
+0
-1
maprules.c
nx-X11/programs/Xserver/xkb/maprules.c
+0
-1
xkb.c
nx-X11/programs/Xserver/xkb/xkb.c
+0
-1
xkbInit.c
nx-X11/programs/Xserver/xkb/xkbInit.c
+0
-1
xkbUtils.c
nx-X11/programs/Xserver/xkb/xkbUtils.c
+0
-1
xkbconfig.c
nx-X11/programs/Xserver/xkb/xkbconfig.c
+0
-1
xkbfmisc.c
nx-X11/programs/Xserver/xkb/xkbfmisc.c
+0
-1
xkbout.c
nx-X11/programs/Xserver/xkb/xkbout.c
+0
-1
xkbtext.c
nx-X11/programs/Xserver/xkb/xkbtext.c
+0
-1
xkmread.c
nx-X11/programs/Xserver/xkb/xkmread.c
+0
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
View file @
2a5364d5
...
...
@@ -73,12 +73,14 @@ is" without express or implied warranty.
#include <nx-X11/extensions/XKB.h>
#define XKBSRV_NEED_FILE_FUNCS
/*
we need the client side header here, xkbsrv.h will not work because
server and libX11 have different struct sizes on
64bit. Interestingly upstream xnest does not take care of this.
*/
#include <nx-X11/extensions/XKBsrv.h>
#include <nx-X11/extensions/XKBconfig.h>
#include <nx-X11/extensions/XKBrules.h>
#include "Xatom.h"
#include <errno.h>
...
...
nx-X11/programs/Xserver/include/xkbsrv.h
View file @
2a5364d5
...
...
@@ -1095,7 +1095,6 @@ extern void XkbSendNewKeyboardNotify(
xkbNewKeyboardNotify
*
/* pNKN */
);
#ifdef XKBSRV_NEED_FILE_FUNCS
#include <nx-X11/extensions/XKMformat.h>
#include "xkbfile.h"
...
...
@@ -1177,7 +1176,6 @@ extern int _XkbStrCaseCmp(
char
*
/* str2 */
);
#endif
/* XKBSRV_NEED_FILE_FUNCS */
_XFUNCPROTOEND
...
...
nx-X11/programs/Xserver/xkb/XKBMAlloc.c
View file @
2a5364d5
...
...
@@ -37,7 +37,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#include <nx-X11/keysym.h>
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
...
...
nx-X11/programs/Xserver/xkb/XKBMisc.c
View file @
2a5364d5
...
...
@@ -37,7 +37,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#include <nx-X11/keysym.h>
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
...
...
nx-X11/programs/Xserver/xkb/ddxConfig.c
View file @
2a5364d5
...
...
@@ -36,7 +36,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "scrnintstr.h"
#include "windowstr.h"
#include "os.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBconfig.h>
...
...
nx-X11/programs/Xserver/xkb/ddxList.c
View file @
2a5364d5
...
...
@@ -38,7 +38,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "inputstr.h"
#include "scrnintstr.h"
#include "windowstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XI.h>
...
...
nx-X11/programs/Xserver/xkb/ddxLoad.c
View file @
2a5364d5
...
...
@@ -49,7 +49,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "inputstr.h"
#include "scrnintstr.h"
#include "windowstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XI.h>
#include "xkb.h"
...
...
nx-X11/programs/Xserver/xkb/ddxPrivate.c
View file @
2a5364d5
...
...
@@ -10,7 +10,6 @@
#include <stdio.h>
#include <nx-X11/X.h>
#include "windowstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#ifdef XF86DDXACTIONS
...
...
nx-X11/programs/Xserver/xkb/maprules.c
View file @
2a5364d5
...
...
@@ -49,7 +49,6 @@
#include "inputstr.h"
#include "dix.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
...
...
nx-X11/programs/Xserver/xkb/xkb.c
View file @
2a5364d5
...
...
@@ -33,7 +33,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <nx-X11/Xproto.h>
#include "misc.h"
#include "inputstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include "extnsionst.h"
#include "xkb.h"
...
...
nx-X11/programs/Xserver/xkb/xkbInit.c
View file @
2a5364d5
...
...
@@ -46,7 +46,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "opaque.h"
#include "property.h"
#include "scrnintstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include "xkbgeom.h"
#include <nx-X11/extensions/XKMformat.h>
...
...
nx-X11/programs/Xserver/xkb/xkbUtils.c
View file @
2a5364d5
...
...
@@ -38,7 +38,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include "xkbgeom.h"
#include "xkb.h"
...
...
nx-X11/programs/Xserver/xkb/xkbconfig.c
View file @
2a5364d5
...
...
@@ -45,7 +45,6 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBconfig.h>
...
...
nx-X11/programs/Xserver/xkb/xkbfmisc.c
View file @
2a5364d5
...
...
@@ -45,7 +45,6 @@
#include "inputstr.h"
#include "dix.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include "xkbgeom.h"
#include "xkb.h"
...
...
nx-X11/programs/Xserver/xkb/xkbout.c
View file @
2a5364d5
...
...
@@ -43,7 +43,6 @@
#include "inputstr.h"
#include "dix.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include "xkbgeom.h"
...
...
nx-X11/programs/Xserver/xkb/xkbtext.c
View file @
2a5364d5
...
...
@@ -43,7 +43,6 @@
#include "inputstr.h"
#include "dix.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include "xkbgeom.h"
...
...
nx-X11/programs/Xserver/xkb/xkmread.c
View file @
2a5364d5
...
...
@@ -42,7 +42,6 @@
#include "misc.h"
#include "inputstr.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include "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