Skip to content

Commit

Permalink
[xwayland] Don't try to place X11 windows (#3622)
Browse files Browse the repository at this point in the history
X11 CONFIGURE events may specify a position, but we will ignore it
  • Loading branch information
mattkae authored Oct 8, 2024
2 parents ce7f4c6 + c1e8cac commit 532c77a
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 532c77a

Please sign in to comment.