commit | 72f68c53eaad0829f9d14f62bb72a0db237983f4 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Sep 28 21:29:14 2016 +0200 |
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | Sat Oct 01 11:17:17 2016 +0200 |
tree | 108c84eeb8958619602fef5d63dd436ca702ebf8 | |
parent | 3123c81356a361197cc73d4d4cd7b3fa0a0577ab [diff] [blame] |
libweston-desktop: fix sending the configure event with wl_shell Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
diff --git a/libweston-desktop/wl-shell.c b/libweston-desktop/wl-shell.c index b5ad334..695b4a3 100644 --- a/libweston-desktop/wl-shell.c +++ b/libweston-desktop/wl-shell.c
@@ -69,6 +69,7 @@ if ((wsurface->width == width && wsurface->height == height) || (width == 0 && height == 0)) + return; wl_shell_surface_send_configure(surface->resource, WL_SHELL_SURFACE_RESIZE_NONE,