action: add WarpCursor action

This commit is contained in:
Orfeas 2024-12-22 14:48:47 +02:00 committed by Johan Malm
parent af978c7ad7
commit 1550eb9c26
3 changed files with 69 additions and 2 deletions

View file

@ -458,7 +458,6 @@ void desktop_focus_view_or_surface(struct seat *seat, struct view *view,
void desktop_arrange_all_views(struct server *server);
void desktop_focus_output(struct output *output);
void warp_cursor(struct view *view);
struct view *desktop_topmost_focusable_view(struct server *server);
/**