e_comp_wl: refactor code to handle sync_geometry_set 73/288173/1 accepted/tizen/7.0/unified/20230214.105912
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 13 Feb 2023 02:03:56 +0000 (11:03 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 13 Feb 2023 04:36:09 +0000 (04:36 +0000)
commitbdbcfdd439b6d7be764296376e8a7f25120ad89a
tree9b05726577d774dbbc33c7a84d2d5ab9de45b9c9
parent6ceb251cf95b9ff28bc570f418ec6e7f321fe60d
e_comp_wl: refactor code to handle sync_geometry_set

We refactor code to handle the tizen_move_resize_set_geometry request.
We handled it using the serial data of buffer, but there was a case not to set the serial data.
So, we changed code that e compares the buffer size and requested geometry size instead of the
serial data.

Change-Id: I0994f382797de3108e9c6c3645b0449f750b4832
src/bin/e_comp_wl.c
src/bin/e_info_client.c
src/bin/e_info_server.c