src/ssd: disable border on maximize

Fixes #1044
This commit is contained in:
Consolatis 2023-08-23 01:04:40 +02:00
parent 206db43786
commit 10f22a8f5b
3 changed files with 40 additions and 6 deletions

View file

@ -62,7 +62,7 @@ struct ssd {
/* Borders allow resizing as well */
struct {
/* struct wlr_scene_tree *tree; unused for now */
struct wlr_scene_tree *tree;
struct ssd_sub_tree active;
struct ssd_sub_tree inactive;
} border;