mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
wayland-surface: Fill in the maximized/fullscreen hints to the configure event
This commit is contained in:
parent
71496c8909
commit
02144d17e9
@ -927,7 +927,8 @@ meta_wayland_surface_configure_notify (MetaWaylandSurface *surface,
|
|||||||
if (surface->xdg_surface.resource)
|
if (surface->xdg_surface.resource)
|
||||||
xdg_surface_send_configure (surface->xdg_surface.resource,
|
xdg_surface_send_configure (surface->xdg_surface.resource,
|
||||||
edges, new_width, new_height,
|
edges, new_width, new_height,
|
||||||
0, 0 /* XXX: support this */);
|
meta_window_get_maximized (surface->window),
|
||||||
|
meta_window_is_fullscreen (surface->window));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user