Drop keysym.h pollution from XKBcommon.h
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 2 Apr 2009 13:37:16 +0000 (06:37 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 2 Apr 2009 13:37:16 +0000 (06:37 -0700)
There's really no need to pull this into a public header.

include/X11/extensions/XKBcommon.h
src/misc.c

index 2ed590d..f7700f5 100644 (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
 
index 0417a84..98bdfc2 100644 (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[]= {