mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
window-switcher: add age order to window cycling
- Add a new configuration option to control the window switcher traversal order. - Document cycle windows behavior with new option `order` in `<windowSwitcher>`
This commit is contained in:
parent
06505d24c8
commit
9962f44d55
9 changed files with 63 additions and 2 deletions
|
|
@ -1036,6 +1036,7 @@ xwayland_view_create(struct server *server,
|
|||
CONNECT_SIGNAL(xsurface, xwayland_view, map_request);
|
||||
|
||||
wl_list_insert(&view->server->views, &view->link);
|
||||
view->creation_iid = view->server->next_view_creation_iid++;
|
||||
|
||||
if (xsurface->surface) {
|
||||
handle_associate(&xwayland_view->associate, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue