mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 04:00:13 +01:00
Use the client-side XKB headers for the config utilities
This commit is contained in:
parent
347db49ebe
commit
e6a4cde16d
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
#include <ctype.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include "xkbstr.h"
|
||||
#include <X11/extensions/XKBstr.h>
|
||||
#include <X11/extensions/XKBrules.h>
|
||||
#include "cards.h"
|
||||
#include "config.h"
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
#include <sys/stat.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include "xkbstr.h"
|
||||
#include <X11/extensions/XKBstr.h>
|
||||
#include <X11/extensions/XKBrules.h>
|
||||
#define MAX_XKBOPTIONS 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue