mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
view: update top layer visibility on map
Steam's Big Picture Mode window requests fullscreen before mapping.
This commit is contained in:
parent
2603dbf396
commit
f6328d7d45
1 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,12 @@ view_impl_map(struct view *view)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Some clients (e.g. Steam's Big Picture Mode window) request
|
||||||
|
* fullscreen before mapping.
|
||||||
|
*/
|
||||||
|
desktop_update_top_layer_visiblity(view->server);
|
||||||
|
|
||||||
wlr_log(WLR_DEBUG, "[map] identifier=%s, title=%s\n",
|
wlr_log(WLR_DEBUG, "[map] identifier=%s, title=%s\n",
|
||||||
view_get_string_prop(view, "app_id"),
|
view_get_string_prop(view, "app_id"),
|
||||||
view_get_string_prop(view, "title"));
|
view_get_string_prop(view, "title"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue