mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
osd: include always-on-top views in window-switcher
This commit is contained in:
parent
777e6bb868
commit
c71fccbcec
2 changed files with 0 additions and 2 deletions
|
|
@ -127,7 +127,6 @@ desktop_cycle_view(struct server *server, struct view *start_view,
|
|||
* here and in the osd.c window-switcher code
|
||||
*/
|
||||
enum lab_view_criteria criteria = LAB_VIEW_CRITERIA_CURRENT_WORKSPACE
|
||||
| LAB_VIEW_CRITERIA_NO_ALWAYS_ON_TOP
|
||||
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -410,7 +410,6 @@ display_osd(struct output *output)
|
|||
wl_array_init(&views);
|
||||
view_array_append(server, &views,
|
||||
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE
|
||||
| LAB_VIEW_CRITERIA_NO_ALWAYS_ON_TOP
|
||||
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER);
|
||||
|
||||
float scale = output->wlr_output->scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue