renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile

This commit is contained in:
Anselm R. Garbe
2007-02-19 17:18:24 +01:00
parent 6d5f67a092
commit 5a03daf47f
5 changed files with 16 additions and 16 deletions

2
dwm.h
View File

@ -72,7 +72,7 @@ struct Client {
int minax, minay, maxax, maxay;
long flags;
unsigned int border;
Bool isbanned, isfixed, ismax, versatile;
Bool isbanned, isfixed, ismax, isversatile;
Bool *tags;
Client *next;
Client *prev;