changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS

This commit is contained in:
Anselm R. Garbe
2007-07-28 17:18:45 +02:00
parent 4b9337a01e
commit a54cf2ecef
4 changed files with 15 additions and 11 deletions

1
dwm.h
View File

@ -48,6 +48,7 @@ struct Client {
int rx, ry, rw, rh; /* revert geometry */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int minax, maxax, minay, maxay;
int unmapped;
long flags;
unsigned int border, oldborder;
Bool isbanned, isfixed, ismax, isfloating;