diff options
author | arg@mig29 <unknown> | 2006-10-27 13:28:26 +0200 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-10-27 13:28:26 +0200 |
commit | 0f395c1b115280a0976a85940c714152d8a58dac (patch) | |
tree | 5c5bbe75eea20f4fdc4e1e69d7a5a17d53dca467 /dwm.h | |
parent | 2b13e7466f4912e3778bf59e6aec3065443f08fe (diff) | |
download | dwm-0f395c1b115280a0976a85940c714152d8a58dac.tar.gz |
applied sanders try2 patch
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h index 7cf168d..850e60b 100644 --- a/dwm.h +++ b/dwm.h @@ -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; |