ecore_wl2_window: modify configure_send function 28/280828/4
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 5 Sep 2022 10:52:05 +0000 (19:52 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 7 Sep 2022 06:22:14 +0000 (15:22 +0900)
commit13ac7be23e0677ee5116bde1bd24167c27152275
tree4fb97a48cf96d09d748c6af19849cdb6f2ae171e
parentad4da4832b32ca6de445f931cecb9806c2ee435f
ecore_wl2_window: modify configure_send function

If the def_config's serial and req_config's serial are same, this means that the
ECORE_WL2_EVENT_WINDOW_CONFIGURE event was not generated by configure_event from display server.

In this case, ECORE_WL2_EVENT_WINDOW_CONFIGURE event just handles the state of window and
doesn't handle the size. So, the width and the height of the event are set to zero.

@tizen_only

Change-Id: Ic366a95cb15dc4e9fc57df6d053849cd0f3fff6c
src/lib/ecore_wl2/ecore_wl2_window.c