]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selec...
[vlc] / include / vlc_interface.h
index cb75b7325caa97b7a1dc9e5430dbd71cef6cbc62..8ab8aa5f54efa7f99b17edc35b7de77ba1eae3db 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as message output.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vlc_interface.h,v 1.7 2003/10/14 22:41:41 gbazin Exp $
+ * $Id: vlc_interface.h,v 1.10 2004/03/01 18:31:12 gbazin Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
 
 /**
  * \file
- * This file contains structures and function prototypes for 
- * interface management in vlc 
+ * This file contains structures and function prototypes for
+ * interface management in vlc
  */
 
 
@@ -135,6 +135,8 @@ VLC_EXPORT( void,              intf_Destroy,    ( intf_thread_t * ) );
 #define INTF_DIALOG_NET         4
 #define INTF_DIALOG_SAT         5
 
+#define INTF_DIALOG_STREAMWIZARD 8
+
 #define INTF_DIALOG_PLAYLIST   10
 #define INTF_DIALOG_MESSAGES   11
 #define INTF_DIALOG_FILEINFO   12