]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
* Fix the state of the playlist and fullscreen button.
[vlc] / modules / gui / macosx / controls.h
index 8e767a54a30529746b291acdab59c70ff60e5876..b40a926216da774c9de69587e06debad79f789b7 100644 (file)
@@ -2,7 +2,7 @@
  * controls.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: controls.h,v 1.7 2003/09/20 19:37:53 hartman Exp $
+ * $Id: controls.h,v 1.8 2003/12/11 19:34:47 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -31,6 +31,7 @@
     IBOutlet id o_open;
     IBOutlet id o_main;
 
+    IBOutlet id o_btn_fullscreen;
     IBOutlet id o_volumeslider;
 }