Attached patch is a proof-of-concept for the fullscreen APIs provided in OS X 
10.7+, which allows applications to enter fullscreen in a separate desktop 
space.  The fullscreen button appears if a main window is resizable.

Basically this feature is the zoom button on crack.  It doesn't actually go 
fullscreen 'natively' but simply resizes the window fullscreen, and 
automatically moves it to its own space.  As far as Wine is concerned the 
window resized — just like clicking the zoom button and manually assigning the 
window to its own space.

I doubled the MaxTrackSize in user32/winpos.c, but it only  needs +15 for the 
height.

Attachment: cocoa_window.m.diff
Description: Binary data

Attachment: winpos.c.diff
Description: Binary data



Reply via email to