ecore_wl2_window: add code to check user size in configure_send 55/298355/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 6 Sep 2023 06:48:14 +0000 (15:48 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 6 Sep 2023 06:50:22 +0000 (15:50 +0900)
commit06758bf66f8c087aad967dc3369029df0e0c2df6
tree5225d7aefbf54da9c18f3bd2f6a662c469f1be4d
parent668d4bfb227f64084a4535d38ad32573530e6358
ecore_wl2_window: add code to check user size in configure_send

When a window's state is changed to unmaximize or unfullscreen, we check whether the user is
trying to change its size or not.
If user is trying to change its size, then we makes the size of the configure event to user
requested size.
If not, we makes it to saved size.

@tizen_only

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