aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-24 06:40:14 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-24 06:40:14 +1000
commit29c488c6dc4344015a6711efdd9a618813a82249 (patch)
treeb7b8f3eee14261ddf2cd7546aa2f7102f8eb4ff0 /input.c
parent14ae10daf7de7a14335047d2cd52bcfed9352e36 (diff)
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
darcs-hash:20060123204014-ac50b-b9d2a10c7f00945b5d9d244cb3b8c1489fe280de.gz
Diffstat (limited to 'input.c')
-rw-r--r--input.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/input.c b/input.c
index e522dc76..f7ad7e22 100644
--- a/input.c
+++ b/input.c
@@ -196,7 +196,18 @@ const wchar_t code_arr[] =
*/
static hash_table_t all_mappings;
-static array_list_t *current_mode_mappings, *current_application_mappings, *global_mappings;
+/**
+ Mappings for the current input mode
+*/
+static array_list_t *current_mode_mappings;
+/**
+ Mappings for the current application
+*/
+static array_list_t *current_application_mappings;
+/**
+ Global mappings
+*/
+static array_list_t *global_mappings;
/**
Number of nested conditional statement levels that are not evaluated