mirror of
https://github.com/labwc/labwc.git
synced 2026-03-12 05:33:53 -04:00
view: don't update top layer visibility in view_discover_output()
This commit does not change any behaviors. We don't need to call `desktop_update_top_layer_visibility()` in `view_discover_output()` since it's called in `view_update_outputs()`.
This commit is contained in:
parent
a62441ff77
commit
171f7c7ef9
1 changed files with 0 additions and 4 deletions
|
|
@ -461,10 +461,6 @@ view_discover_output(struct view *view, struct wlr_box *geometry)
|
||||||
|
|
||||||
if (output && output != view->output) {
|
if (output && output != view->output) {
|
||||||
view->output = output;
|
view->output = output;
|
||||||
/* Show fullscreen views above top-layer */
|
|
||||||
if (view->fullscreen) {
|
|
||||||
desktop_update_top_layer_visibility(view->server);
|
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue