diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index dc636fdb41..754caa8c0b 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -66,6 +66,7 @@ | |||
66 | event->h = size.height - | 66 | event->h = size.height - |
67 | (([self isFullScreen] == YES) ? 0 : ecore_cocoa_titlebar_height_get()); | 67 | (([self isFullScreen] == YES) ? 0 : ecore_cocoa_titlebar_height_get()); |
68 | ecore_event_add(ECORE_COCOA_EVENT_RESIZE, event, NULL, NULL); | 68 | ecore_event_add(ECORE_COCOA_EVENT_RESIZE, event, NULL, NULL); |
69 | ecore_main_loop_iterate(); | ||
69 | } | 70 | } |
70 | 71 | ||
71 | @end | 72 | @end |