client: no need to check watch_output_changes 56/171056/2
authorBoram Park <boram1288.park@samsung.com>
Mon, 26 Feb 2018 06:31:36 +0000 (15:31 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 26 Feb 2018 23:50:59 +0000 (08:50 +0900)
commit30ec37847bd0e9090f8f2e21f8980bebed4d5ee9
tree5db3a8736347ce7926277f1a7f2f22828033cc24
parent44cf1ade9010917c2ec4ead3a950988f269d4478
client: no need to check watch_output_changes

1) If watch_output_changes == true, private_output->dpms has been already updated
in _tdm_client_output_cb_dpms.
2) If watch_output_changes == false, server will return TDM_ERROR_DPMS_OFF. The
dpms value in client side is not important. If a client calls tdm_client_output_get_dpms,
private_output->dpms will be updated.

Change-Id: I6d6ea1df74955c44ce02c2d7a39aa589d38ba516
client/tdm_client.c