mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Fix more include paths; add dix-config.h to XKB code.
This commit is contained in:
parent
e03198972c
commit
46b64bd5c6
26 changed files with 64 additions and 119 deletions
|
|
@ -28,11 +28,10 @@
|
|||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#elif defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -50,16 +49,16 @@
|
|||
|
||||
#else
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#define NEED_EVENTS
|
||||
#include "Xproto.h"
|
||||
#include <X11/Xproto.h>
|
||||
#include "misc.h"
|
||||
#include "inputstr.h"
|
||||
#include "dix.h"
|
||||
#include "XKBstr.h"
|
||||
#include <X11/extensions/XKBstr.h>
|
||||
#define XKBSRV_NEED_FILE_FUNCS 1
|
||||
#include "XKBsrv.h"
|
||||
#include "XKBgeom.h"
|
||||
#include <X11/extensions/XKBsrv.h>
|
||||
#include <X11/extensions/XKBgeom.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue