Skip to content

Commit

Permalink
Don't try to place X11 windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Oct 7, 2024
1 parent 8cccc26 commit c1e8cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/frontend_xwayland/xwayland_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ void mf::XWaylandSurface::attach_wl_surface(WlSurface* wl_surface)
// May be overridden by anything in the pending spec
spec.width = cached.geometry.size.width;
spec.height = cached.geometry.size.height;
spec.top_left = cached.geometry.top_left;
spec.type = mir_window_type_freestyle;
spec.state = state.active_mir_state();
}
Expand Down

0 comments on commit c1e8cac

Please sign in to comment.