mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
view: add view_array_append()
...to reduce code duplication. The function populates an array with views which meet any set of critera from: - current-workspace - no-always-on-top - no-skipWindowSwitcher (window-rule) Make src/osd.c use this new interface. Note that always-on-top views are still filtered out from the window-switcher and that desktop_cycle_view() needs to be re-worked before always-on-top views can be opted in.
This commit is contained in:
parent
58b33fb0c9
commit
57b9efeb45
4 changed files with 103 additions and 35 deletions
|
|
@ -435,3 +435,4 @@ get_cursor_context(struct server *server)
|
|||
wlr_log(WLR_ERROR, "Unknown node detected");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue