remove printf
This commit is contained in:
parent
c709baaae3
commit
c21a84bed5
1
screen.c
1
screen.c
|
@ -227,7 +227,6 @@ move_client_to_screen(Client *c, int new_screen, Bool doresize)
|
||||||
|
|
||||||
if(c->ismax)
|
if(c->ismax)
|
||||||
{
|
{
|
||||||
printf("geom: x %d y %d w %d h %d\n", c->geometry.x, c->geometry.y, c->geometry.width, c->geometry.height);
|
|
||||||
new_geometry = c->geometry;
|
new_geometry = c->geometry;
|
||||||
|
|
||||||
/* compute new coords in new screen */
|
/* compute new coords in new screen */
|
||||||
|
|
Loading…
Reference in New Issue