I was too happy, I forgot some printf

This commit is contained in:
Julien Danjou 2007-09-27 22:31:06 +02:00
parent 57e9f1c02c
commit 30c9d74dd2
1 changed files with 0 additions and 3 deletions

View File

@ -121,15 +121,12 @@ _tile(Display *disp, awesome_config *awesomeconf, const Bool right)
real_ncols = MIN(otherwin, awesomeconf->ncols); 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) for(i = 0, c = clients; c; c = c->next)
{ {
if(!IS_TILED(c, awesomeconf->screen, awesomeconf->tags, awesomeconf->ntags)) if(!IS_TILED(c, awesomeconf->screen, awesomeconf->tags, awesomeconf->ntags))
continue; continue;
c->ismax = False; c->ismax = False;
printf("client %d\n", i);
if(i < awesomeconf->nmaster) if(i < awesomeconf->nmaster)
{ /* master */ { /* master */
ny = way + i * mh; ny = way + i * mh;