ecore-wayland: Fix ecore_wl_init 'stalling' when used in a server
authorChris Michael <cp.michael@samsung.com>
Tue, 18 Mar 2014 07:39:44 +0000 (07:39 +0000)
committerChris Michael <cp.michael@samsung.com>
Tue, 18 Mar 2014 09:12:57 +0000 (09:12 +0000)
commitc3ca3f07bc6f57b0c46de592ba5b59123a6ee89a
tree95a74733369887e13cdf59b444aa28ae83b75d83
parent3ec7c4b5174dc373ddaf5f1bf65e4113d2fd59d2
ecore-wayland: Fix ecore_wl_init 'stalling' when used in a server

@fix: If we are using the ecore_wl library in a "server", we cannot
sit and 'sync' during the init process as that just leaves the server
in a stalled state waiting for ecore_wl_init to complete (which never
does because the server has not finished it's work).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/ecore_wl.c