Commit c4378273 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add a define for the EXTENDED dialog for further use (skins2 ? )

parent ba47552d
...@@ -168,6 +168,7 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) ); ...@@ -168,6 +168,7 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) );
#define INTF_DIALOG_FILEINFO 12 #define INTF_DIALOG_FILEINFO 12
#define INTF_DIALOG_PREFS 13 #define INTF_DIALOG_PREFS 13
#define INTF_DIALOG_BOOKMARKS 14 #define INTF_DIALOG_BOOKMARKS 14
#define INTF_DIALOG_EXTENDED 15
#define INTF_DIALOG_POPUPMENU 20 #define INTF_DIALOG_POPUPMENU 20
#define INTF_DIALOG_AUDIOPOPUPMENU 21 #define INTF_DIALOG_AUDIOPOPUPMENU 21
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment