1
0
mirror of git://git.suckless.org/dwm synced 2025-08-31 12:23:59 -07:00

applied sanders try2 patch

This commit is contained in:
arg@mig29
2006-10-27 13:28:26 +02:00
parent 2b13e7466f
commit 0f395c1b11
4 changed files with 6 additions and 7 deletions

2
dwm.h
View File

@@ -83,7 +83,7 @@ struct Client {
int grav;
long flags;
unsigned int border, weight;
Bool isfloat, ismax;
Bool isfloat, isfixed, ismax;
Bool *tags;
Client *next;
Client *prev;