[vlc-commits] intf: add a dialog for renderer

Steve Lhomme git at videolan.org
Tue May 31 14:42:14 CEST 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue May 31 13:08:51 2016 +0200| [45e7259e4cf7755187e485ad712baa616ea2c544] | committer: Jean-Baptiste Kempf

intf: add a dialog for renderer

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45e7259e4cf7755187e485ad712baa616ea2c544
---

 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")
 



More information about the vlc-commits mailing list