Commit 2fdb1add authored by Ulrich Sibiller's avatar Ulrich Sibiller

xserver: use own copy of XKBgeom.h header

just like upstream does
parent 2c31ce2f
......@@ -35,7 +35,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include "Xlibint.h"
#include "XKBlibint.h"
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include <nx-X11/extensions/XKBproto.h>
#include "XKBlibint.h"
......@@ -47,7 +47,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#endif /* XKB_IN_SERVER */
......
......@@ -35,7 +35,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include "Xlibint.h"
#include "XKBlibint.h"
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include <nx-X11/extensions/XKBproto.h>
#else
......@@ -46,7 +46,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "misc.h"
#include "inputstr.h"
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#endif /* XKB_IN_SERVER */
......
......@@ -47,7 +47,7 @@
#include <nx-X11/Xatom.h>
#include <nx-X11/keysym.h>
#include <nx-X11/XKBlib.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "XKMformat.h"
#include "XKBfileInt.h"
#include "XKBrules.h"
......
......@@ -3880,7 +3880,7 @@ ProcXkbSetNames(ClientPtr client)
/***====================================================================***/
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#define XkbSizeCountedString(s) ((s)?((((2+strlen(s))+3)/4)*4):4)
......
......@@ -48,7 +48,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "scrnintstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include <nx-X11/extensions/XKMformat.h>
#include "xkbfile.h"
#include "xkb.h"
......
......@@ -40,7 +40,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "xkb.h"
#ifdef MODE_SWITCH
......
......@@ -42,7 +42,7 @@
#include <nx-X11/Xlib.h>
#include <nx-X11/keysym.h>
#include <nx-X11/XKBlib.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "XKMformat.h"
#include "XKBfileInt.h"
......@@ -57,7 +57,7 @@
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "xkb.h"
#endif
......
......@@ -39,7 +39,7 @@
#include <nx-X11/Xlib.h>
#include <nx-X11/XKBlib.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "XKMformat.h"
#include "XKBfileInt.h"
......@@ -56,7 +56,7 @@
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "xkbfile.h"
#endif
......
......@@ -40,7 +40,7 @@
#include <nx-X11/Xlib.h>
#include <nx-X11/XKBlib.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "XKMformat.h"
#include "XKBfileInt.h"
......@@ -55,7 +55,7 @@
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS 1
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#endif
......
......@@ -43,7 +43,7 @@
#include <nx-X11/XKBlib.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
#include "XKMformat.h"
#include "XKBfileInt.h"
......@@ -57,7 +57,7 @@
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>
#include <nx-X11/extensions/XKBgeom.h>
#include "xkbgeom.h"
Atom
XkbInternAtom(Display *dpy,char *str,Bool only_if_exists)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment