summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 13:53:09 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 13:53:09 +0100
commit9afb563e52434f3901ba47552c628e527d1701df (patch)
treec500f764ee66b278a3dc1f5442d47398775cf7c2 /plugins/gtkui/actionhandlers.h
parent96fe746b8aadf6a6c22fe4d83ae4d1652e07473c (diff)
gtkui: added cycle play order 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 3b5e7027..036b922d 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -207,4 +207,7 @@ action_playback_order_shuffle_handler(DB_plugin_action_t *act, int ctx);
int
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);
+
#endif