Mouse: Add arrange for the old screen when move a client from one tag/screen to another

This commit is contained in:
Martin Duquesnoy 2009-06-20 13:06:36 +02:00
parent 8f92f962cf
commit 343e2a22a6
2 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,8 @@ mouse_move(Client *c)
c->tag = i;
tags[c->screen][c->tag].request_update = True;
arrange(oscreen);
if(oscreen != c->screen)
arrange(c->screen);
}
}

View File

@ -334,7 +334,6 @@ set_statustext(char *str)
void
signal_handle(int sig)
{
printf("pwet\n");
exiting = True;
quit();
exit(EXIT_SUCCESS);