Blender Git Commit Log
Git Commits -> Revision 2a4ee23
Revision 2a4ee23 by Brecht Van Lommel (master) May 6, 2013, 13:39 (GMT) |
Fix #35225: new OS X Lion fullscreen did not work together well with old fullscreen option. It was possible to enable both at the same time which got you stuck in a state where it was impossible to exit fullscreen. Now I've made them mutually exlusive, only one can be enabled at the same time. Note the reason we need to support both is because the new Lion fullscreen does not work with multiple monitors, it will just give black screens on the other monitors. This is a limitation of OS X, you can find many complaints about this online. |
Commit Details:
Full Hash: 2a4ee23a2559a3b6b7d443ae706a567092d5da7d
SVN Revision: 56512
Parent Commit: ad7a74f
Lines Changed: +37, -1
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+37, -1) (Diff)