diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index bb133387b3..79a5f04700 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -88,14 +88,12 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST]; | |||
88 | ecore_event_add(ECORE_COCOA_EVENT_WINDOW_DESTROY, event, NULL, NULL); | 88 | ecore_event_add(ECORE_COCOA_EVENT_WINDOW_DESTROY, event, NULL, NULL); |
89 | } | 89 | } |
90 | 90 | ||
91 | /* IS THIS OSX <= 10.10 ONLY? */ | 91 | - (void)windowDidEnterFullScreen:(NSNotification *) EINA_UNUSED notif |
92 | - (void)windowDidEnterFullScreen:(NSNotification *) notif EINA_UNUSED | ||
93 | { | 92 | { |
94 | [self requestResize: self.frame.size]; | 93 | [self requestResize: self.frame.size]; |
95 | } | 94 | } |
96 | 95 | ||
97 | /* IS THIS OSX <= 10.10 ONLY? */ | 96 | - (void)windowDidExitFullScreen:(NSNotification *) EINA_UNUSED notif |
98 | - (void)windowDidExitFullScreen:(NSNotification *) notif EINA_UNUSED | ||
99 | { | 97 | { |
100 | [self requestResize: self.frame.size]; | 98 | [self requestResize: self.frame.size]; |
101 | } | 99 | } |