diff options
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_window.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.h b/src/lib/ecore_cocoa/ecore_cocoa_window.h index 911c729ab8..a30240fc69 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.h | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | @interface EcoreCocoaWindow: NSWindow <NSWindowDelegate> | 3 | @interface EcoreCocoaWindow: NSWindow <NSWindowDelegate> |
4 | { | 4 | { |
5 | void *ecore_window_data; | 5 | void *ecore_window_data; |
6 | int _live_resize; | ||
6 | } | 7 | } |
7 | 8 | ||
8 | @property (nonatomic, assign) void *ecore_window_data; | 9 | @property (nonatomic, assign) void *ecore_window_data; |