summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-08 21:15:56 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-08 22:26:08 +0100
commit8dff8126ff47b4939b04e514e55b764299bd8e12 (patch)
tree81ece1ec9268f9ae80019f497faa596db8febe34 /deadbeef.h
parenteb9b2a08d260a241b97e543ea8e313a1e7385637 (diff)
added several new action stubs; added flag to explicitly tell which actions should appear in the menus; fixed few issues in the hotkeys config dialog
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 8444b596..10f8af38 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -829,6 +829,9 @@ enum {
/* this flag is added automatically, and means that the plugin was compiled
* with API <=1.4, and work-around must be used to make it work */
DB_ACTION_USING_API_14 = 1 << 6,
+
+ /* add item to menu(s), if contains slash symbol(s) */
+ DB_ACTION_ADD_MENU = 1 << 7
};
// action contexts