merging
This commit is contained in:
taiyu 2015-08-20 05:08:04 -07:00
commit 927ef0a5ec
3 changed files with 5 additions and 20 deletions

View file

@ -66,7 +66,7 @@ swayc_t *new_output(wlc_handle handle) {
output->height = size->h;
output->handle = handle;
output->name = name ? strdup(name) : NULL;
output->gaps = config->gaps_outer;
output->gaps = config->gaps_outer + config->gaps_inner / 2;
add_child(&root_container, output);