]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/video.hpp
Remove Equalizer from the menu (as for the mac version)
[vlc] / modules / gui / wxwidgets / video.hpp
index 09b64c48b1d860d5c7d9f7348f59c437d2e0ab93..f1e24a11fe45cb28e5e565f187b026032f4f5395 100644 (file)
@@ -2,7 +2,7 @@
  * video.hpp: Embedded video management
  *****************************************************************************
  * Copyright (C) 1999-2005 the VideoLAN team
- * $Id: wxwidgets.h 12670 2005-09-25 11:16:31Z zorglub $
+ * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
  *
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _WXVLC_VIDEO_H_
@@ -47,8 +47,8 @@ namespace wxvlc
         vout_thread_t *p_vout;
         wxWindow *p_parent;
         vlc_mutex_t lock;
-        vlc_bool_t b_shown;
-        vlc_bool_t b_auto_size;
+        bool b_shown;
+        bool b_auto_size;
 
         wxWindow *p_child_window;