Window collection behavior, remove from cycle?

2011-10-11 Thread Arbit Richardi
I have a fullscreen window that should effectively disable window cycling; because I've taken over the entire screen, it doesn't makes sense to be able to bring other windows in front of the fullscreen one. NSWindow's NSWindowCollectionBehaviorIgnoresCycle collection behavior only removes a

Re: Window collection behavior, remove from cycle?

2011-10-11 Thread Ken Thomases
On Oct 11, 2011, at 7:37 PM, Arbit Richardi wrote: I have a fullscreen window that should effectively disable window cycling; because I've taken over the entire screen, it doesn't makes sense to be able to bring other windows in front of the fullscreen one. NSWindow's