mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/layers.c: Adjust views based on usable_area changes
This commit is contained in:
parent
09915b8f43
commit
f4aa6118e9
4 changed files with 15 additions and 5 deletions
|
|
@ -98,7 +98,9 @@ layers_arrange(struct output *output)
|
|||
!seat->focused_layer->current.keyboard_interactive) {
|
||||
seat_set_focus_layer(seat, NULL);
|
||||
}
|
||||
/* FIXME: should we call a desktop_arrange_all_views() here? */
|
||||
|
||||
/* Finally re-arrange all views based on usable_area */
|
||||
desktop_arrange_all_views(server);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue