Commit 12a7ff08 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Reverted back to non metal windows as dictated by Apple's User Interface

  Guidelines. Only the controller window stays metallic.
parent 8a517cbb
......@@ -24,7 +24,6 @@
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>636</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment