Re: NSResizableWindowMask for borderless windows

2016-08-22 Thread Andreas Falkenhahn
On 21.08.2016 at 20:07 Ken Thomases wrote: > You will need to build against the 10.7 SDK or later and, as noted > above, re-save any window NIBs on 10.7 or later. You can't build > against an SDK that's newer than the OS you're building on, so you > won't be able to do this on your 10.6 system

Re: NSResizableWindowMask for borderless windows

2016-08-21 Thread Ken Thomases
On Aug 21, 2016, at 6:36 AM, Andreas Falkenhahn wrote: > > There seems to be some conflicting behaviour in OS X versions concerning what > happens when combining NSBorderlessWindowMask and NSResizableWindowMask: > > - on my 10.6 system, setting NSResizableWindowMask

NSResizableWindowMask for borderless windows

2016-08-21 Thread Andreas Falkenhahn
There seems to be some conflicting behaviour in OS X versions concerning what happens when combining NSBorderlessWindowMask and NSResizableWindowMask: - on my 10.6 system, setting NSResizableWindowMask seems to override NSBorderlessWindowMask and make the window a bordered one even though