From 8dff8126ff47b4939b04e514e55b764299bd8e12 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 8 Nov 2012 21:15:56 +0100 Subject: 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 --- deadbeef.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deadbeef.h') 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 -- cgit v1.2.3