Skip to content

xdg-activation: Actually activate the requested view

Sebastian Krzyszkowiak requested to merge dos/phoc:activate into master

view_activate only lets the view know that it has been activated, it doesn't actually influence focus. Use phoc_seat_set_focus instead (which calls view_activate by itself).


@guidog: Do you have any testcase handy? I found it by reading the code and I'm not sure how to trigger this code path in practice.

Merge request reports