]> git.sesse.net Git - vlc/blobdiff - include/main.h
-Updated the gtk/gnome interface to work in network mode,
[vlc] / include / main.h
index f2416af2cd24af101764947075afab46c2a15721..d9bc4c7ca16a3b31c3faeba30b07b0ec7337af7a 100644 (file)
@@ -3,7 +3,7 @@
  * Declaration and extern access to global program object.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: main.h,v 1.18 2001/05/06 04:32:02 sam Exp $
+ * $Id: main.h,v 1.20 2001/05/30 23:02:03 stef Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -33,7 +33,7 @@
  * should only be used by interface thread.
  *****************************************************************************/
 
-typedef struct
+typedef struct main_s
 {
     /* Global properties */
     int                    i_argc;           /* command line arguments count */
@@ -47,7 +47,6 @@ typedef struct
     /* Generic settings */
     boolean_t              b_audio;             /* is audio output allowed ? */
     boolean_t              b_video;             /* is video output allowed ? */
-    boolean_t              b_channels;    /* is channel changing supported ? */
 
     /* Unique threads */
     p_intf_thread_t        p_intf;                  /* main interface thread */