add get_dpms, get_connection, get_mode request 88/148588/1
authorBoram Park <boram1288.park@samsung.com>
Fri, 8 Sep 2017 02:07:43 +0000 (11:07 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 8 Sep 2017 02:54:56 +0000 (11:54 +0900)
commitd2014e64bf637ccf6399aed6abc1f91ed30d820b
treefa5624f50ecdc0d09612e7f87e5da03abb445dac
parentcc83dac60da6c4960a9e740ac5a74cde8197b685
add get_dpms, get_connection, get_mode request

If a client adds the change_handler, we might be able to guess that
the client will watch the tdm client's fd and handle tdm events in
event loop. Otherwise, we CAN'T make sure if a client has event loop
which handles tdm events.

Change-Id: I49685d7eb3b88cda59b167f5ae66a7e9501a2315
client/tdm_client.c
protocol/tdm.xml
src/tdm_server.c