I was too happy, I forgot some printf
This commit is contained in:
parent
57e9f1c02c
commit
30c9d74dd2
|
@ -121,15 +121,12 @@ _tile(Display *disp, awesome_config *awesomeconf, const Bool right)
|
|||
|
||||
real_ncols = MIN(otherwin, awesomeconf->ncols);
|
||||
|
||||
printf("masterwin %d otherwin %d real_ncols %d\n", masterwin, otherwin, real_ncols);
|
||||
|
||||
for(i = 0, c = clients; c; c = c->next)
|
||||
{
|
||||
if(!IS_TILED(c, awesomeconf->screen, awesomeconf->tags, awesomeconf->ntags))
|
||||
continue;
|
||||
|
||||
c->ismax = False;
|
||||
printf("client %d\n", i);
|
||||
if(i < awesomeconf->nmaster)
|
||||
{ /* master */
|
||||
ny = way + i * mh;
|
||||
|
|
Loading…
Reference in New Issue