aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 614665d..b4d864d 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -71,6 +71,9 @@ clear_flags(struct hotkey *hotkey, uint32_t flag)
hotkey->flags &= ~flag;
}
+bool same_hotkey(struct hotkey *a, struct hotkey *b);
+unsigned long hash_hotkey(struct hotkey *a);
+
bool find_and_exec_hotkey(struct hotkey *eventkey, struct table *hotkey_map);
void cgeventflags_to_hotkeyflags(CGEventFlags flags, struct hotkey *eventkey);