Drop keysym.h pollution from XKBcommon.h

There's really no need to pull this into a public header.
master
Dan Nicholson 2009-04-02 06:37:16 -07:00
parent a9822d8720
commit 5216f0c92f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,6 @@ authorization from the authors.
#include <X11/X.h>
#include <X11/Xdefs.h>
#include <X11/Xfuncproto.h>
#include <X11/keysym.h>
#include <X11/extensions/XKBstrcommon.h>
#include <X11/extensions/XKBgeomcommon.h>
#include <X11/extensions/XKBrulescommon.h>
@ -376,7 +375,7 @@ extern void
XkbcEnsureSafeMapName(char *name);
extern unsigned
_XkbcKSCheckCase(KeySym sym);
_XkbcKSCheckCase(KeySym sym);
_XFUNCPROTOEND

View File

@ -30,6 +30,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "X11/extensions/XKBcommon.h"
#include "XKBcommonint.h"
#include <X11/keysym.h>
#define mapSize(m) (sizeof(m) / sizeof(XkbKTMapEntryRec))
static XkbKTMapEntryRec map2Level[]= {