decorations: respect motif hints

This commit is contained in:
Tony Crisci 2018-01-23 08:16:43 -05:00
parent fc627afd18
commit a4d601e3d6

View file

@ -312,9 +312,11 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
wl_list_insert(&desktop->views, &view->link);
if (!surface->override_redirect) {
if (surface->decorations == WLR_XWAYLAND_SURFACE_DECORATIONS_ALL) {
view->decorated = true;
view->border_width = 4;
view->titlebar_height = 12;
}
view_setup(view);
}