1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

trigger: add hook focus

This commit is contained in:
Sebastien Helleu
2014-02-13 12:06:46 +01:00
parent 00402b87c2
commit 132b09bde9
5 changed files with 87 additions and 6 deletions
+1
View File
@@ -52,6 +52,7 @@ enum t_trigger_hook_type
TRIGGER_HOOK_COMMAND_RUN,
TRIGGER_HOOK_TIMER,
TRIGGER_HOOK_CONFIG,
TRIGGER_HOOK_FOCUS,
/* number of hook types */
TRIGGER_NUM_HOOK_TYPES,
};