]> git.sesse.net Git - vlc/commitdiff
* Reverted back to non metal windows as dictated by Apple's User Interface
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Jan 2003 12:00:38 +0000 (12:00 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Jan 2003 12:00:38 +0000 (12:00 +0000)
  Guidelines. Only the controller window stays metallic.

extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/vout.m

index be92c398babcdad3748a10b6337c02845f458d06..601e6414d3db60ae989fa50bd82de97e4932604e 100644 (file)
@@ -24,7 +24,6 @@
        <key>IBOpenObjects</key>
        <array>
                <integer>29</integer>
-               <integer>636</integer>
                <integer>21</integer>
        </array>
        <key>IBSystem Version</key>
index 284bcb1ed9ab9545dda43c142402493e56ae097a..9e09405313b1e99b6a3e45e2a3fbdfd800ec5f55 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib and b/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib differ
index 28415bee278a8d56f0d0a56557c1ab0370006df4..892816f85e97816a6478f0ce8fd85ec52c9151dd 100644 (file)
@@ -2,7 +2,7 @@
  * vout.m: MacOS X video output plugin
  *****************************************************************************
  * Copyright (C) 2001-2003 VideoLAN
- * $Id: vout.m,v 1.18 2003/01/24 06:21:03 hartman Exp $
+ * $Id: vout.m,v 1.19 2003/01/25 12:00:38 hartman Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Florian G. Pflug <fgp@phlo.org>
@@ -1035,8 +1035,8 @@ static void QTFreePicture( vout_thread_t *p_vout, picture_t *p_pic )
         unsigned int i_stylemask = NSTitledWindowMask |
                                    NSMiniaturizableWindowMask |
                                    NSClosableWindowMask |
-                                   NSResizableWindowMask |
-                                   NSTexturedBackgroundWindowMask;
+                                   NSResizableWindowMask; /* |
+                                   NSTexturedBackgroundWindowMask;*/
         
         /* the following is for the resize bar. Dirty hack (hartman) */
         p_vout->p_sys->s_rect.size.height = p_vout->p_sys->s_rect.size.height + 24;