mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
setup for resizable windows, drop weight
This commit is contained in:
parent
ba6034e8c8
commit
fbaa9111a8
5 changed files with 58 additions and 30 deletions
|
|
@ -114,7 +114,6 @@ static void container_log(const swayc_t *c) {
|
|||
fprintf(stderr, "w:%d|h:%d|", c->width, c->height);
|
||||
fprintf(stderr, "x:%d|y:%d|", c->x, c->y);
|
||||
fprintf(stderr, "vis:%c|", c->visible?'t':'f');
|
||||
fprintf(stderr, "wgt:%d|", c->weight);
|
||||
fprintf(stderr, "name:%.16s|", c->name);
|
||||
fprintf(stderr, "children:%d\n",c->children?c->children->length:0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue