mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -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
|
|
@ -460,6 +460,7 @@ void foreign_toplevel_handle_create(struct view *view);
|
|||
void desktop_move_to_front(struct view *view);
|
||||
void desktop_move_to_back(struct view *view);
|
||||
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
|
||||
void desktop_arrange_all_views(struct server *server);
|
||||
|
||||
enum lab_cycle_dir {
|
||||
LAB_CYCLE_DIR_NONE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue