mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
raise activated foreign windows
this is required for taskbars to behave as expected
This commit is contained in:
parent
4bc012bf29
commit
83f876586a
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ handle_toplevel_handle_request_activate(struct wl_listener *listener, void *data
|
|||
// struct wlr_foreign_toplevel_handle_v1_activated_event *event = data;
|
||||
/* In a multi-seat world we would select seat based on event->seat here. */
|
||||
desktop_focus_and_activate_view(&view->server->seat, view);
|
||||
desktop_raise_view(view);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue