diff options
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_window.h')
-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 | |||