[vlc-commits] intf: rename vlc_dialog enum

Thomas Guillem git at videolan.org
Thu Feb 4 15:28:05 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 15 16:23:12 2016 +0100| [76294775ea66f7826cb8024a2614e32043ed256d] | committer: Thomas Guillem

intf: rename vlc_dialog enum

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

 include/vlc_interface.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 45382df..108384b 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -111,7 +111,7 @@ VLC_API void vlc_LogSet(libvlc_int_t *, vlc_log_cb cb, void *data);
 /*@}*/
 
 /* Interface dialog ids for dialog providers */
-typedef enum vlc_dialog {
+typedef enum vlc_intf_dialog {
     INTF_DIALOG_FILE_SIMPLE = 1,
     INTF_DIALOG_FILE,
     INTF_DIALOG_DISC,
@@ -143,7 +143,7 @@ typedef enum vlc_dialog {
     INTF_DIALOG_VLM,
 
     INTF_DIALOG_EXIT = 99
-} vlc_dialog_t;
+} vlc_intf_dialog;
 
 /* Useful text messages shared by interfaces */
 #define INTF_ABOUT_MSG LICENSE_MSG



More information about the vlc-commits mailing list