ecore_cocoa: NSRunLoop integration
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Wed, 3 Sep 2014 18:34:52 +0000 (20:34 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 3 Sep 2014 18:34:57 +0000 (20:34 +0200)
commitc03876d611fca41d02513fb07d3d275f64bcf0cd
tree63285bde05db0b2f116b5e4b8c268b58f01d7681
parent8f40c291cabb790354ac87f053845429096011d3
ecore_cocoa: NSRunLoop integration

Summary: Get rid of the old NSApplicationLoad() which was aimed to be use with Carbon. Unless the NSRunLoop is strictly integrated to the ecore_main_loop() (where cocoa events would be checked when entering the ecore_main_loop) I think the poller is the only option left.

Reviewers: raster, naguirre, raoulh, stefan_schmidt, cedric

@feature

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1222

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/Makefile_Ecore_Cocoa.am
src/lib/ecore_cocoa/Ecore_Cocoa.h
src/lib/ecore_cocoa/ecore_cocoa.m
src/lib/ecore_cocoa/ecore_cocoa_app.h [new file with mode: 0644]
src/lib/ecore_cocoa/ecore_cocoa_app.m [new file with mode: 0644]
src/lib/ecore_cocoa/ecore_cocoa_window.m
src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c