]> git.sesse.net Git - vlc/commitdiff
* Going to Fullscreen was effecting all vout's. should affect only the frontmost...
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 6 Nov 2003 18:55:22 +0000 (18:55 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 6 Nov 2003 18:55:22 +0000 (18:55 +0000)
modules/gui/macosx/controls.m

index 821d889b5f5f7e804c224ee7839dbd123cc6be26..8e404b2a11704dfc2d91dc4c4d1c3ece9b5440bf 100644 (file)
@@ -2,7 +2,7 @@
  * controls.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: controls.m,v 1.51 2003/11/02 06:33:49 hartman Exp $
+ * $Id: controls.m,v 1.52 2003/11/06 18:55:22 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
                     if( ![o_window isZoomed] )
                         [o_window performZoom:self];
                 }
+                break;
             }
         }
         vlc_object_release( (vlc_object_t *)p_vout );