diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2014-07-23 16:56:16 +0200 |
---|---|---|
committer | Raoul Hecky <raoul.hecky@gmail.com> | 2014-07-23 16:56:16 +0200 |
commit | f8235ff5c155ff97488850e19c60e65b6712c3f2 (patch) | |
tree | 772354f12a321089da7356f425fef5746178916d /src/lib/ecore_cocoa/ecore_cocoa_window.h | |
parent | 572b7aa92f44a954751be5fdfb896a1db5a7898b (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
11 | styleMask: (unsigned int) aStyle | 11 | styleMask: (unsigned int) aStyle |
12 | backing: (NSBackingStoreType) bufferingType | 12 | backing: (NSBackingStoreType) bufferingType |
13 | defer: (BOOL) flag; | 13 | defer: (BOOL) flag; |
14 | |||
15 | - (BOOL)isFullScreen; | ||
16 | |||
14 | @end | 17 | @end |
18 | |||