[vlc-devel] Leopard: setContentBorderThickness
    Georg Seifert 
    georg.seifert at gmx.de
       
    Mon Feb 23 19:36:21 CET 2009
    
    
  
hello,
how about my first question. Is it possible that someone makes the  
changes in VLCEmbeddedWindow.m
> @implementation VLCEmbeddedWindow
>
> - (id)initWithContentRect:(NSRect)contentRect styleMask:  
> (NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType  
> defer:(BOOL)deferCreation
> {
> 	windowStyle ^= NSTexturedBackgroundWindowMask; // this is to have  
> textured Window in IB
> 	self = [super initWithContentRect:contentRect styleMask:windowStyle  
> backing:bufferingType defer:deferCreation];
> 	[self setContentBorderThickness:29.0 forEdge:NSMinYEdge];
> 	return self;
> }
>
Thanks
Georg
    
    
More information about the vlc-devel
mailing list