use con_num_children()

next
Michael Stapelberg 2010-11-28 22:45:39 +01:00
parent 178b28ed09
commit a86d8ab329
1 changed files with 1 additions and 3 deletions

View File

@ -650,10 +650,8 @@ resize:
} else {
LOG("tiling resize\n");
/* get the default percentage */
int children = 0;
int children = con_num_children(focused->parent);
Con *other;
TAILQ_FOREACH(other, &(focused->parent->nodes_head), nodes)
children++;
LOG("ins. %d children\n", children);
double percentage = 1.0 / children;
LOG("default percentage = %f\n", percentage);