wayland-surface: Fill in the maximized/fullscreen hints to the configure event

This commit is contained in:
Jasper St. Pierre 2013-11-19 19:01:03 -05:00
parent 71496c8909
commit 02144d17e9

View File

@ -927,7 +927,8 @@ meta_wayland_surface_configure_notify (MetaWaylandSurface *surface,
if (surface->xdg_surface.resource)
xdg_surface_send_configure (surface->xdg_surface.resource,
edges, new_width, new_height,
0, 0 /* XXX: support this */);
meta_window_get_maximized (surface->window),
meta_window_is_fullscreen (surface->window));
}
void