desktop-shell: Set surface resizing state during interactive resize
authorPhilipp Kerling <pkerling@casix.org>
Fri, 28 Jul 2017 12:11:58 +0000 (14:11 +0200)
committerQuentin Glidic <sardemff7+git@sardemff7.net>
Fri, 28 Jul 2017 12:46:10 +0000 (14:46 +0200)
commitc5f124169514e709699aedc97108837424af5682
tree2ad68b3128079dc307fd0e172a1f36032837e43c
parente3715527b99dd7ccf30d06002555b8102a02d7d1
desktop-shell: Set surface resizing state during interactive resize

xdg_shell requires this information to be shared with the client in
order to conform with the specification.

The code to forward this to the client by way of a configure() event
is already in place and works fine, it was just never being used until
now.

Signed-off-by: Philipp Kerling <pkerling@casix.org>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
desktop-shell/shell.c