Skip to content

Commit

Permalink
ForeignToplevelManagerV1 now reports hidden window handles instead of…
Browse files Browse the repository at this point in the history
… purposefully hiding them (#3380)

When we switch workspaces, foreign top level was reporting different
windows, which doesn't seem right. The spec doesn't specify whether or
not hidden windows should be reported.
  • Loading branch information
RAOF committed Jun 11, 2024
2 parents 07caf25 + 2eee09b commit c8c7100
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ void mf::ForeignSurfaceObserver::create_or_close_toplevel_handle_as_needed(std::
switch(surface->state())
{
case mir_window_state_attached:
case mir_window_state_hidden:
should_have_handle = false;
break;

Expand Down

0 comments on commit c8c7100

Please sign in to comment.