e_dpms: send wl-dpms set event to client 34/208034/5
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 17 Jun 2019 10:21:45 +0000 (19:21 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 18 Jun 2019 07:49:34 +0000 (07:49 +0000)
commitb848c27f768602818d53efb6ae64247694375033
treea056e3e3d1071f414e1ad81cb1bd9a639814ce51
parent93b83eb2b265096968644bde45d1ac86e15ef7ea
e_dpms: send wl-dpms set event to client

before send dpms set event to client only e_output_dpms_async function executed.
but now send all dpms set evnet to client regardless of e_output_dpms_set sync or async.

use ecore_timer to send the event to client when e_output_dpms_set is not responded.

Change-Id: I6e9ac0f132648a111a2f593d9d35a7a5ddcda557
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_dpms.c