Add MoveToCursor action

This commit is contained in:
Arnaudv6 2023-10-14 14:57:44 +02:00 committed by Johan Malm
parent 5c4038493f
commit 8920e546db
4 changed files with 56 additions and 0 deletions

View file

@ -306,6 +306,7 @@ void view_resize_relative(struct view *view,
int left, int right, int top, int bottom);
void view_move_relative(struct view *view, int x, int y);
void view_move(struct view *view, int x, int y);
void view_move_to_cursor(struct view *view);
void view_moved(struct view *view);
void view_minimize(struct view *view, bool minimized);
void view_store_natural_geometry(struct view *view);