e_comp_wl: Dispatch idle sources before going to sleep 91/300791/2
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 1 Nov 2023 11:25:42 +0000 (20:25 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 2 Nov 2023 08:39:14 +0000 (08:39 +0000)
commita7f8978de3b96ea6227e943a8058b807126bdc44
treec1dcecc33601d867132987b2bb26f58ff0e8c6a1
parente962b8f0ce3b6281f3dc759d752bf901a5125ee4
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.

There must not be side effects after applying this patch, because idle
sources never used by E as far as I know.

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