mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
edges: do not apply resistance to invisible edges
This commit is contained in:
parent
6c87254146
commit
5b9dd884ad
6 changed files with 235 additions and 37 deletions
|
|
@ -166,6 +166,7 @@ struct view {
|
|||
bool tearing_hint;
|
||||
bool visible_on_all_workspaces;
|
||||
enum view_edge tiled;
|
||||
uint32_t edges_visible; /* enum wlr_edges bitset */
|
||||
bool inhibits_keybinds;
|
||||
xkb_layout_index_t keyboard_layout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue