e_comp_object/e_xdg_shell: fix resizing issue 17/274917/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 12 May 2022 02:28:42 +0000 (11:28 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 12 May 2022 05:18:53 +0000 (14:18 +0900)
commitc680a316ee9ec4079b40510a741aea40c5aef779
treebe7c93171e504805e33888387383b46aef642f5c
parentde4c67f4ef6da819667425f6a5645b9750631ba7
e_comp_object/e_xdg_shell: fix resizing issue

There was a bug that the window size was rollback as below case.
1. Do interactive resize to (w1 x h1)
2. App change it's window size to (w2 x h2)
3. Do interactive move
<== Window's size is changed to (w1 x h1)

To fix this, we add code that e send a configure event if the window size is changed.

Change-Id: I59fe88bcb7cbc1e8272a084d6729e9c4176be701
src/bin/e_comp_object.c
src/bin/e_xdg_shell_v6.c