The compositor must respond to the client requesting a change to the decoration mode, it does not matter if the compositor chooses a different mode.
This reverts commit 9071ce6c848ce214939fb84f85ae77de86de88d7.
Z3JG5NTQH7H3V53KPUZBZ4K5WQA3CXNIN5AHPXRTMGP4UVVKDXKQC HQ7H76DZBXQOQEYAB7WD76B5R6KSY65ANHC5XTLDDMPJ7KPYCOAAC YCC55JJHQR3BEO3ZTP6NVDKTFU4NNNJP2SW755QMMUAIEBMXXIRAC JTZBFGPCDJDJWECXH2LLXY3SUAQNCP45HLJQKG3V7XGTPLD634WAC FUZEZTLBNTVGUNLBGFLMVZOHLGMMHFPQD7USP4JYMGGVXBL2EUBQC 7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC 6US7XFRJWUNIUZHKTODZDU3DX6WO5K3J2G3ECIQYSVBDII3DXGWAC FXT4YHEK6Q56BYLNUJJJZC5ZG6AJ2KNXROZIJNXSTOWIRH3A6XDQC EQRGODLKSVSPFSUZU7BV5ER72U4QS4ATSBKV544XXQVKKTOSC7EAC struct wlr_xdg_toplevel_decoration_v1 *dec = data;wlr_xdg_toplevel_decoration_v1_set_mode(dec, WLR_XDG_TOPLEVEL_DECORATION_V1_MODE_SERVER_SIDE);
struct wlr_xdg_toplevel_decoration_v1 *wlr_deco = data;Decoration *d = wlr_deco->data = calloc(1, sizeof(*d));LISTEN(&wlr_deco->events.request_mode, &d->request_mode, getxdecomode);LISTEN(&wlr_deco->events.destroy, &d->destroy, destroyxdeco);getxdecomode(&d->request_mode, wlr_deco);