diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2016-08-26 16:35:31 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-08-26 19:05:48 +0200 |
commit | 7397b9fbe9d9fb3b810c287de8d48051c368bd8b (patch) | |
tree | 83ce6ac05419863113ec115883a027a6bc71bede /src/lib/ecore_cocoa/ecore_cocoa_window.h | |
parent | 8d41099f9e75564e60cdeb7eb5188ddc02b1025d (diff) |
ecore_cocoa: refactor resizing request
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.h b/src/lib/ecore_cocoa/ecore_cocoa_window.h index a30240fc69..6eee03f52b 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.h | |||
@@ -15,5 +15,7 @@ | |||
15 | 15 | ||
16 | - (BOOL)isFullScreen; | 16 | - (BOOL)isFullScreen; |
17 | 17 | ||
18 | - (BOOL) requestResize: (NSSize) size; | ||
19 | |||
18 | @end | 20 | @end |
19 | 21 | ||