aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-27 13:28:26 +0200
committerarg@mig29 <unknown>2006-10-27 13:28:26 +0200
commit0f395c1b115280a0976a85940c714152d8a58dac (patch)
tree5c5bbe75eea20f4fdc4e1e69d7a5a17d53dca467 /dwm.h
parent2b13e7466f4912e3778bf59e6aec3065443f08fe (diff)
downloaddwm-0f395c1b115280a0976a85940c714152d8a58dac.tar.zst
applied sanders try2 patch
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
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;