e_comp_wl: set changes.pos flag when unset the move_after_resize flag 29/311129/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 14 May 2024 09:58:46 +0000 (18:58 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 14 May 2024 09:58:46 +0000 (18:58 +0900)
commit266e607758a9379406d26c25ecf5708d3c4e9f75
treed016847da452a1cfaa295e5ea6ff927413bb19ea
parent8a437ece341b4cd6d138d7b80d5b240e4975753f
e_comp_wl: set changes.pos flag when unset the move_after_resize flag

There was a bug that the window didn't move even though the window was resized.
This was because the evas_object_move didn't call after unsetting the move_after_resize flag.
So, we add code to set the changes.pos flag to move the window after resizing.

Change-Id: I7be6dedfde346a1b4f9a63d77cec9c41be217660
src/bin/e_comp_wl.c