e_xdg_shell_v6: Set wait_next_commit flag to True when min/max_size_set 01/286401/1 accepted/tizen/unified/20230110.164126
authorJunseok Kim <juns.kim@samsung.com>
Thu, 5 Jan 2023 03:53:16 +0000 (12:53 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 5 Jan 2023 07:57:39 +0000 (16:57 +0900)
commit0ed258c6019d647768c02c0b23dbc9b507516333
treeb837bba9df5c484646fa96b55927668a151cd492
parente4e4e59272951be3b6bfbe2e72da12d6641cd47a
e_xdg_shell_v6: Set wait_next_commit flag to True when min/max_size_set

There was a bug that min/max size set didn't work even the client send wl_surface_commit after min/max_size_set
The commit callback didn't work because of unset of the wait_next_commit flag.
And it causes the min/max size didn't adjust to the toplevel surface.

For resolve this issue, set wait_next_commit flag to True when doing min/max_size_set.

Change-Id: If8534017bdae2d19f45f34b06620f0ca03cc9b2d
src/bin/e_xdg_shell_v6.c