debugging print
This commit is contained in:
parent
0073d672b7
commit
cc3c704cf3
1 changed files with 2 additions and 1 deletions
|
|
@ -101,6 +101,8 @@ manage(Client *c, int mapped)
|
||||||
/* Now do it!!! */
|
/* Now do it!!! */
|
||||||
|
|
||||||
if (doreshape) {
|
if (doreshape) {
|
||||||
|
if(0) fprintf(stderr, "in doreshape is9term=%d fixsize=%d, x=%d, y=%d, min_dx=%d, min_dy=%d, dx=%d, dy=%d\n",
|
||||||
|
c->is9term, fixsize, c->x, c->y, c->min_dx, c->min_dy, c->dx, c->dy);
|
||||||
if (current && current->screen == c->screen)
|
if (current && current->screen == c->screen)
|
||||||
cmapnofocus(c->screen);
|
cmapnofocus(c->screen);
|
||||||
if (!c->is9term && c->x==0 && c->y==0) {
|
if (!c->is9term && c->x==0 && c->y==0) {
|
||||||
|
|
@ -119,7 +121,6 @@ manage(Client *c, int mapped)
|
||||||
cmapfocus(current);
|
cmapfocus(current);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
else
|
||||||
gravitate(c, 0);
|
gravitate(c, 0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue