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_private.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 'src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 7cd08be9d2..41310d43d5 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | struct _Ecore_Cocoa_Window | 4 | struct _Ecore_Cocoa_Window |
5 | { | 5 | { |
6 | NSWindow *window; | 6 | EcoreCocoaWindow *window; |
7 | unsigned int borderless : 1; | 7 | unsigned int borderless : 1; |
8 | }; | 8 | }; |
9 | 9 | ||