Commit 736a2333 authored by Ulrich Sibiller's avatar Ulrich Sibiller

xserver: adapt xkbsrc includes syntax to match upstream

parent a2a7482f
......@@ -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
......
......@@ -110,7 +110,7 @@ int ProcInitialConnection();
#endif
#ifdef XKB
#include "inputstr.h"
#include <xkbsrv.h>
#include "xkbsrv.h"
#endif
#define mskcnt ((MAXCLIENTS + 31) / 32)
......
......@@ -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
......
......@@ -144,7 +144,7 @@ OR PERFORMANCE OF THIS SOFTWARE.
#endif
#ifdef XKB
#include <xkbsrv.h>
#include "xkbsrv.h"
#endif
#ifdef XCSECURITY
#define _SECURITY_SERVER
......
......@@ -42,7 +42,7 @@
#include "misc.h"
#include "inputstr.h"
#include "xkbstr.h"
#include <xkbsrv.h>
#include "xkbsrv.h"
#include "xkbgeom.h"
Atom
......
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