action: add WarpCursor action

This commit is contained in:
Orfeas 2024-12-22 14:48:47 +02:00
parent b2a45ac8af
commit 0641b7bbf6
3 changed files with 69 additions and 2 deletions

View file

@ -456,7 +456,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);
/**