summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 13:56:50 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 13:56:50 +0100
commitbf755d6c49ae1c65f10d13958ea3d32f92786ffe (patch)
treeb05f319676fd2289d4f661559cff585d08e2bdd7 /plugins/gtkui/actionhandlers.h
parent9afb563e52434f3901ba47552c628e527d1701df (diff)
gtkui: added cycle loop mode hotkeys
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 036b922d..272ea873 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -210,4 +210,7 @@ action_playback_order_linear_handler(DB_plugin_action_t *act, int ctx);
int
action_playback_order_cycle_handler(DB_plugin_action_t *act, int ctx);
+int
+action_playback_loop_cycle_handler(DB_plugin_action_t *act, int ctx);
+
#endif