ecore_cocoa: add on the fly resizing support.
authorRomain Perier <romain.perier@openwide.fr>
Thu, 15 Jan 2015 16:05:29 +0000 (17:05 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 5 Feb 2015 15:38:07 +0000 (16:38 +0100)
commit382957c2b3d7f3c200072d5b1f00423978fafec2
tree55b4d92c4313d1baa22a9fe41288d2c789d4d582
parent2f6c564cc9bc86eba3bcc62c7dc181d77af42d8b
ecore_cocoa: add on the fly resizing support.

Until now, video_resize events was received only when application returned control
to the event loop. When a window is resized dynamically a lot of video_resize
events are emitted from EcoreCocoaWindow::windowDidResize and not handled
immediatly, only when the main thread is back to the ecore main loop. This is why
there are not refreshed window areas. Call ecore_main_loop_iterate() from
windowDidResize solves the issue.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_cocoa/ecore_cocoa_window.m