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:
Daniel Stone 2008-02-03 23:12:15 +11:00
commit 68bd7ac193
20 changed files with 1774 additions and 25 deletions

View file

@ -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"
/***====================================================================***/