e_xdg_shell_v6: Ensure to send configure event 13/302213/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 17 Nov 2023 05:48:29 +0000 (14:48 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 4 Dec 2023 06:26:55 +0000 (15:26 +0900)
commite56e30545e06ec0aa8cf01b499cbbfb62a8c51c1
tree7303c33475e10d738dd941824fddb5e8494a122a
parent98b6c99962d99b4990c47009cf08028c1dc80816
e_xdg_shell_v6: Ensure to send configure event

This removes the hack code that sets the configured flag to true, and
this is to ensure that an initial configure event is sent.

It was actually intended to prevent raising protocol errors when the
server received requests for xdg_toplevel_v6.move and
xdg_toplevel_v6.resize before receiving the configure ack for backward
compatibility. However, it has to be considered a client error.

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