<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">hello,<div><br></div><div>Is for 1.0 the support for Tiger is dropped, I will bring the setContentBorderThickness issue up again.</div><div><br></div><div>(You can leave the checking out)</div><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font></div><div>@implementation VLCEmbeddedWindow</div><div><br></div><div>- (id)initWithContentRect:(NSRect)contentRect styleMask: (NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation</div><div>{</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>BOOL useTextured = YES;</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>if([[NSWindow class] instancesRespondToSelector:@selector(setContentBorderThickness:forEdge:)])</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>{</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>useTextured = NO;</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>windowStyle ^= NSTexturedBackgroundWindowMask;</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>self = [super initWithContentRect:contentRect styleMask:windowStyle backing:bufferingType defer:deferCreation];</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>if(!useTextured)</div><div>    {</div><div><span class="Apple-tab-span" style="white-space:pre">          </span>[self setContentBorderThickness:29.0 forEdge:NSMinYEdge];</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>return self;</div><div>}</div></blockquote><br></div><div>There might be some tweaking of the nib-file necessary (using a more Leopard like button style).</div><div><br></div><div>If anyone could try it out as I’m not able to build with the newest git.</div><div><br></div><div>Regards</div><div>Georg</div></body></html>