mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view: add move_to_output() function
This commit is contained in:
parent
982df84407
commit
b1d626fbfd
2 changed files with 26 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ void view_shrink_to_edge(struct view *view, enum view_edge direction);
|
|||
void view_snap_to_edge(struct view *view, enum view_edge direction,
|
||||
bool across_outputs, bool store_natural_geometry);
|
||||
void view_snap_to_region(struct view *view, struct region *region, bool store_natural_geometry);
|
||||
void view_move_to_output(struct view *view, struct output *output);
|
||||
|
||||
void view_move_to_front(struct view *view);
|
||||
void view_move_to_back(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue