summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/hotkeys.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-05 19:46:55 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-05 19:46:55 +0100
commitd4132fccbcd079c56b8109ecc15b011e5d1bdee1 (patch)
tree5c53c9efc9745e42b7c48a525a39334ebed7aaf8 /plugins/hotkeys/hotkeys.h
parenta1d50122035b30e5735ca5db70593fe51028e628 (diff)
new action API code fixes
Diffstat (limited to 'plugins/hotkeys/hotkeys.h')
-rw-r--r--plugins/hotkeys/hotkeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.h b/plugins/hotkeys/hotkeys.h
index d7b56e67..4a26570f 100644
--- a/plugins/hotkeys/hotkeys.h
+++ b/plugins/hotkeys/hotkeys.h
@@ -25,7 +25,7 @@ typedef struct DB_hotkeys_plugin_s {
DB_misc_t misc;
const char *(*get_name_for_keycode) (int keycode);
void (*reset) (void);
- // since plugin version 2.0
+ // since plugin version 1.1
DB_plugin_action_t* (*get_action_for_keycombo) (int key, int mods, int isglobal, int *ctx);
} DB_hotkeys_plugin_t;