From f8235ff5c155ff97488850e19c60e65b6712c3f2 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Wed, 23 Jul 2014 16:56:16 +0200 Subject: ecore_cocoa: Lion fullscreen workaround + warning fixes Summary: Warnings and deprecated code fixes. I started to implement the OSX-Lion fullscreen style. Reviewers: cedric, naguirre, raster, raoulh Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1175 --- src/lib/ecore_cocoa/ecore_cocoa_window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/ecore_cocoa/ecore_cocoa_window.h') diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.h b/src/lib/ecore_cocoa/ecore_cocoa_window.h index 6778c70133..911c729ab8 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.h @@ -11,4 +11,8 @@ styleMask: (unsigned int) aStyle backing: (NSBackingStoreType) bufferingType defer: (BOOL) flag; + +- (BOOL)isFullScreen; + @end + -- cgit v1.2.1