Rename map.{c,h} to keymap.{c,h}
authorRan Benita <ran234@gmail.com>
Fri, 21 Sep 2012 11:58:31 +0000 (14:58 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Sun, 23 Sep 2012 23:08:53 +0000 (09:08 +1000)
Seeing as we don't like "map" anymore.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
src/keymap-dump.c
src/keymap.c [moved from src/map.c with 99% similarity]
src/keymap.h [moved from src/map.h with 100% similarity]
src/state.c
src/text.c
src/xkbcomp/xkbcomp-priv.h

index 7d1bffe..3ccba90 100644 (file)
@@ -76,8 +76,8 @@ libxkbcommon_la_SOURCES = \
        src/keysym.h \
        src/keysym-utf.c \
        src/list.h \
-       src/map.c \
-       src/map.h \
+       src/keymap.c \
+       src/keymap.h \
        src/state.c \
        src/text.c \
        src/text.h \
index 42b125b..fae1aa5 100644 (file)
@@ -49,7 +49,7 @@
  * Author: Daniel Stone <daniel@fooishbar.org>
  */
 
-#include "map.h"
+#include "keymap.h"
 #include "text.h"
 
 #define VMOD_HIDE_VALUE    0
similarity index 99%
rename from src/map.c
rename to src/keymap.c
index 6a533e7..442dfff 100644 (file)
--- a/src/map.c
@@ -50,7 +50,7 @@
  *
  * ********************************************************/
 
-#include "map.h"
+#include "keymap.h"
 #include "text.h"
 
 struct xkb_keymap *
similarity index 100%
rename from src/map.h
rename to src/keymap.h
index 58f74f1..3da01a1 100644 (file)
@@ -59,7 +59,7 @@
  *   - messages (very unlikely)
  */
 
-#include "map.h"
+#include "keymap.h"
 
 struct xkb_filter {
     union xkb_action action;
index eb38314..f0322fa 100644 (file)
@@ -24,7 +24,7 @@
  *
  ********************************************************/
 
-#include "map.h"
+#include "keymap.h"
 #include "text.h"
 
 bool
index a06b4d4..dd2e4df 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef XKBCOMP_PRIV_H
 #define XKBCOMP_PRIV_H
 
-#include "map.h"
+#include "keymap.h"
 #include "ast.h"
 
 struct xkb_component_names {