gdkwindow-quartz: Support native fullscreen mode

This implements native fullscreen mode on OS X >= 10.7. This patch
adds tracking of the fullscreen mode if externally modified, as well
as toggling the native fullscreen mode of the window as needed.
This commit is contained in:
Jesse van den Kieboom
2014-08-23 16:04:46 +02:00
parent 907dae414a
commit ec17a649ae
4 changed files with 86 additions and 3 deletions

View File

@ -42,6 +42,7 @@
-(BOOL)trackManualResize;
-(void)showAndMakeKey:(BOOL)makeKey;
-(void)hide;
-(void)setStyleMask:(NSUInteger)styleMask;
@end