Rename headers to XKBcommon* and install in extensions directory
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 6 Mar 2009 02:20:15 +0000 (18:20 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 26 Mar 2009 02:40:57 +0000 (19:40 -0700)
Following the kbproto convention, the headers will be named XKBcommon.h
and XKBcommonint.h. Furthermore, they'll be installed in X11/extensions
directory with the rest of the XKB headers.

include/Makefile.am
include/X11/extensions/XKBcommon.h [moved from include/X11/XkbCommon.h with 100% similarity]
src/Makefile.am
src/XKBcommonint.h [moved from src/XkbCommonInt.h with 100% similarity]
src/alloc.c
src/galloc.c
src/keysym.c
test/xkey.c

index c5394cf..5ff1a97 100644 (file)
@@ -1,2 +1,2 @@
-x11includedir = $(includedir)/X11
-x11include_HEADERS = X11/XkbCommon.h
+x11includedir = $(includedir)/extensions/X11
+x11include_HEADERS = X11/extensions/XKBcommon.h
index 3a0b2fa..2b5fa2b 100644 (file)
@@ -14,7 +14,7 @@ $(builddir)/makekeys/makekeys$(EXEEXT):
 
 lib_LTLIBRARIES = libxkbcommon.la
 libxkbcommon_la_SOURCES = \
-       XkbCommonInt.h \
+       XKBcommonint.h \
        ks_tables.h \
        alloc.c \
        galloc.c \
similarity index 100%
rename from src/XkbCommonInt.h
rename to src/XKBcommonint.h
index dadf4e2..e2d2c17 100644 (file)
@@ -26,8 +26,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "X11/XkbCommon.h"
-#include "XkbCommonInt.h"
+#include "X11/extensions/XKBcommon.h"
+#include "XKBcommonint.h"
 #include <X11/X.h>
 #include <X11/Xdefs.h>
 #include <X11/extensions/XKB.h>
index c9b41ab..31e2b53 100644 (file)
@@ -26,8 +26,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "X11/XkbCommon.h"
-#include "XkbCommonInt.h"
+#include "X11/extensions/XKBcommon.h"
+#include "XKBcommonint.h"
 #include <X11/X.h>
 #include <X11/Xdefs.h>
 #include <X11/extensions/XKB.h>
index 9a419ba..a289a9a 100644 (file)
@@ -30,7 +30,7 @@ authorization from the authors.
 #endif
 #include <X11/X.h>
 #include <X11/keysymdef.h>
-#include "X11/XkbCommon.h"
+#include "X11/extensions/XKBcommon.h"
 #include <stdlib.h>
 #include <string.h>
 
index 4013201..015a432 100644 (file)
@@ -1,4 +1,4 @@
-#include <X11/XkbCommon.h>
+#include "X11/extensions/XKBcommon.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>