mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
XKB: Move headers into the server tree
We need to start breaking the XKB API to enforce sanity, so drag whichever headers we need to do so into the server tree, as the client API is set in stone, being part of Xlib.
This commit is contained in:
parent
37867626e3
commit
68bd7ac193
20 changed files with 1774 additions and 25 deletions
|
|
@ -40,10 +40,10 @@
|
|||
#include "misc.h"
|
||||
#include "inputstr.h"
|
||||
#include "dix.h"
|
||||
#include <X11/extensions/XKBstr.h>
|
||||
#include "xkbstr.h"
|
||||
#define XKBSRV_NEED_FILE_FUNCS 1
|
||||
#include <xkbsrv.h>
|
||||
#include <X11/extensions/XKBgeom.h>
|
||||
#include "xkbgeom.h"
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue