Re: [AD] SF.net SVN: alleg:[15705] allegro/branches/5.1/src/macosx/osxgl.m

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> On OSX 10.7 and up all Windows have a fullscreen icon - enable that for all resizable Allegro Windows. We probably could remove all other OSX fullscreen code now (it never seemed to work for me).

No problems with fullscreen modes on OS X here. What's not working for you?

> +   if (dpy->parent.flags & ALLEGRO_RESIZABLE) {
> +#ifdef MAC_OS_X_VERSION_10_7
> +      [win setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
> +#endif
> +   }

Probably want to do the check at runtime, otherwise code compiled on earlier versions of OS X won't work as expected on Lion.

Evert



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/