diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-20 04:47:36 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-20 04:47:36 -0700 |
commit | fbaa9111a8525daeef8a5534784da2f793917a36 (patch) | |
tree | 19c6150da805f3c765746740f0eb8f250682292c /sway/log.c | |
parent | ba6034e8c8cd2bbe15f318e511817e0904633bb3 (diff) |
setup for resizable windows, drop weight
Diffstat (limited to 'sway/log.c')
-rw-r--r-- | sway/log.c | 1 |
1 files changed, 0 insertions, 1 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); } |