mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
[RFC] attempt at solving #3616
- Untested - Can't reproduce issues, so not sure it fixes it either
This commit is contained in:
parent
579e532908
commit
922c4bba2b
4 changed files with 5 additions and 5 deletions
|
|
@ -579,7 +579,7 @@ void view_toggle_fullscreen(struct view *view);
|
|||
*/
|
||||
void view_save_last_placement(struct view *view);
|
||||
/* Restores and adjusts the view's position from the view->last_placement */
|
||||
void view_adjust_for_layout_change(struct view *view);
|
||||
void view_adjust_for_layout_change(struct view *view, bool force);
|
||||
|
||||
void view_move_to_edge(struct view *view, enum lab_edge direction, bool snap_to_windows);
|
||||
void view_grow_to_edge(struct view *view, enum lab_edge direction);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue