aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
commite3ce01d6855c9330b1cd2dec19eff1139676c7db (patch)
treed982476194567eb2544a84fc12bfba1033995ccc /parser.h
parent3a60fc52061961ad98614c19e3e12a0e251e3777 (diff)
Key binding functions
darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 4c0f343d..21532381 100644
--- a/parser.h
+++ b/parser.h
@@ -38,6 +38,14 @@ typedef struct block
wchar_t *function_description; /**< The description of the function to define */
};
+ /**
+ Third block type specific variable
+ */
+ union
+ {
+ int function_is_binding; /**< Whether a function is a keybinding */
+ };
+
/**
Next outer block
*/