mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
feat: automatic window placement
With automatic placement, new top-level windows will be placed to minimize overlap with other windows already on screen.
This commit is contained in:
parent
b1f9bda127
commit
c92accc994
7 changed files with 548 additions and 5 deletions
|
|
@ -22,7 +22,8 @@ enum window_switcher_field_content {
|
|||
|
||||
enum view_placement_policy {
|
||||
LAB_PLACE_CENTER = 0,
|
||||
LAB_PLACE_CURSOR
|
||||
LAB_PLACE_CURSOR,
|
||||
LAB_PLACE_AUTOMATIC
|
||||
};
|
||||
|
||||
struct usable_area_override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue