e_comp_wl: Dispatch idle sources before going to sleep 38/300838/4
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 2 Nov 2023 10:41:49 +0000 (10:41 +0000)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 2 Nov 2023 10:47:48 +0000 (10:47 +0000)
commit8f27d8a0886c93558d774a28a805020bc2535fd3
treec1dcecc33601d867132987b2bb26f58ff0e8c6a1
parentcf3f5d24d7ea0d880547469f6ccc434f4b151ea7
e_comp_wl: Dispatch idle sources before going to sleep

Now that we take advantage of libds, which adds idle sources to
wl_event_loop for its own purposes as a building block for wayland
compositor, we need to dispatch wl_event_loop's idle sources before
going to sleep.  Otherwise, we have no chance of dispatching idle
sources until the process awake from sleep.

Change-Id: I39e793a980d733dd4ce15e40380b22cdf6947dbf
src/bin/e_comp_wl.c