e_client: restore the code for resizing mode 74/282874/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.110738 accepted/tizen/unified/20221013.100053 accepted/tizen/unified/20221013.130851 tizen_7.0_m2_release
authorJunseok Kim <juns.kim@samsung.com>
Tue, 4 Oct 2022 10:14:57 +0000 (19:14 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 13 Oct 2022 00:42:15 +0000 (09:42 +0900)
commit06a993ed36d6f54fb19c223359808263acf49119
treef3633c4757276b5435c0fe7f894715a86717c2fc
parent0ec715f7c945113628643efc6b733301a1145677
e_client: restore the code for resizing mode

There was a bug that the resizing didn't uses the mode that client requested.
It caused by resize_mode did not applied to ec->resize_mode.
For fix it, restore resize_mode code.
And accoding to the policy, the Non-floating window can also resize with interactive resize.
So, removed checking the floating window from legacy code.

Change-Id: I750e4069701de0b144faf1a84cc3b56f5489dcf6
src/bin/e_client.c