[vlc-devel] [PATCH 2/5] intf: add a dialog for renderer
Steve Lhomme
robux4 at videolabs.io
Tue May 31 13:08:51 CEST 2016
---
include/vlc_interface.h | 1 +
include/vlc_intf_strings.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 108384b..6368d54 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -129,6 +129,7 @@ typedef enum vlc_intf_dialog {
INTF_DIALOG_PREFS,
INTF_DIALOG_BOOKMARKS,
INTF_DIALOG_EXTENDED,
+ INTF_DIALOG_RENDERER,
INTF_DIALOG_POPUPMENU = 20,
INTF_DIALOG_AUDIOPOPUPMENU,
diff --git a/include/vlc_intf_strings.h b/include/vlc_intf_strings.h
index 25c57b3..02f2257 100644
--- a/include/vlc_intf_strings.h
+++ b/include/vlc_intf_strings.h
@@ -58,6 +58,7 @@
#define I_MENU_GOTOTIME N_("Jump to Specific &Time")
#define I_MENU_BOOKMARK N_("Custom &Bookmarks")
#define I_MENU_VLM N_("&VLM Configuration")
+#define I_MENU_RENDERER N_("&Renderer Output")
#define I_MENU_ABOUT N_("&About")
--
2.7.0.windows.1
More information about the vlc-devel
mailing list