e_comp_wl/e_xdg_shell: modify code for handling configure event size 44/291644/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 19 Apr 2023 00:24:29 +0000 (09:24 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 19 Apr 2023 23:36:54 +0000 (08:36 +0900)
commit4651fc521003067008cf098741394342b4e96596
tree92dd0ee900d115a151cf16b926649ea0b5096be6
parente0c98a3785a659cba692bf3850782e7d95509c1d
e_comp_wl/e_xdg_shell: modify code for handling configure event size

We modify code to call configure_send function with width and height are -1 when only
the window's state is changed.
If the width and height are -1, this means we don't need to consider the size value
while sending configure event.

So, in this case, we don't update the configure size value.

Change-Id: I5d75520c915acc5b558d63524b638761f2242626
src/bin/e_comp_wl.c
src/bin/e_xdg_shell_v6.c