e_main: set wm_ready before main loop begin when disable input thread 85/314085/3
authorJunseok Kim <juns.kim@samsung.com>
Fri, 5 Jul 2024 03:33:38 +0000 (12:33 +0900)
committerJunSeok Kim <juns.kim@samsung.com>
Fri, 5 Jul 2024 05:11:38 +0000 (05:11 +0000)
commit3631a42f84bc216c1452dccb3f2634552d096556
treedbfd0112524242426b90348c58f9e51779321b5d
parent4439316e9e3ab3b06675d11a4b19ced4f153c798
e_main: set wm_ready before main loop begin when disable input thread

There was a bug that app didn't start when booting.
It caused by there're no wm_ready even if the enlightenment main loop begin.
for fix this issue, mark wm_ready before ecore main loop begin when no using input thread.

Refer patch: 66438c8e4a7ab7a5260e7bce67e54baf28c7ab27

Change-Id: I616180aa2937a946e443601c7b4c536665760c0f
src/bin/e_main.c