e_comp_wl: refactor code to handle sync_geometry_set 72/288172/1 accepted/tizen/unified/20230214.171550
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 13 Feb 2023 02:03:56 +0000 (11:03 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 13 Feb 2023 04:35:45 +0000 (13:35 +0900)
commit678d2b2303ef65125e86f7fa053cf0a755363f90
tree2b0d856e907ae916970c8024faba4a40a54af80e
parent9e7e06e10ba6c65d8b98cd6dbf743989aedc9c50
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