interactive_move/resize: change code not to send wayland error 68/274068/1 accepted/tizen/unified/20220422.021107 submit/tizen/20220421.230427
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 21 Apr 2022 01:41:31 +0000 (10:41 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 21 Apr 2022 02:44:16 +0000 (11:44 +0900)
commit89dc082f892c636df32dcd491e49f8231c4d2502
treee1b6cffeb7f68be744e40a98ed8618954c7b7007
parent3612003503d74c2cd09e9b15355feea21d2ef192
interactive_move/resize: change code not to send wayland error

If an application requested interactive move/resize window when its window was maximized
or fullscreen, e sent the wayland error message.
So, an application was terminated after getting this message.

We changed code that e doesn't send wayland error message and just prints error log.

Change-Id: I49beb8756a77791380d828cacb631b4d5b018582
src/bin/e_comp_wl_shell.c
src/bin/e_xdg_shell_v6.c