gaps & smart_gaps commands + de-hardcode gaps

This commit is contained in:
Nate Symer 2018-05-26 13:23:00 -04:00
parent 90f5659136
commit 81a456d68d
7 changed files with 194 additions and 10 deletions

View file

@ -84,6 +84,10 @@ struct sway_container {
double width, height;
double saved_width, saved_height;
bool has_gaps;
double gaps_inner;
double gaps_outer;
list_t *children;
struct sway_container *parent;