desktop: remove deprecated functions

- set_activated()
- desktop_set_focus_view_only()
This commit is contained in:
Johan Malm 2021-10-16 19:53:00 +01:00
parent 9a290feeea
commit 4d44659c08
3 changed files with 1 additions and 47 deletions

View file

@ -353,7 +353,6 @@ void foreign_toplevel_handle_create(struct view *view);
* or pointer focus, in this compositor are they called together.
*/
void desktop_set_focus_view_only(struct seat *seat, struct view *view);
void desktop_raise_view(struct view *view);
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);