mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
DRY up focus and implement z ordering
This commit is contained in:
parent
033036712a
commit
ada7fde6fb
9 changed files with 56 additions and 43 deletions
|
|
@ -45,5 +45,5 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
|
|||
view->desktop = desktop;
|
||||
view->activate = x11_activate;
|
||||
roots_surface->view = view;
|
||||
wl_list_insert(&desktop->views, &view->link);
|
||||
list_add(desktop->views, view);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue