aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-04-19 09:24:25 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-04-19 09:24:25 +0200
commit22399a3bc05406a89f6ad717800b4d9ba41f6e0a (patch)
tree78e7c817a7df86050b755b2ea1eb03ff96f136e2 /dwm.h
parentad2508f9578195e703033df3cceb441f716261bd (diff)
downloaddwm-22399a3bc05406a89f6ad717800b4d9ba41f6e0a.tar.zst
fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)4.0
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 ae648b5..9e4cf45 100644
--- a/dwm.h
+++ b/dwm.h
@@ -50,7 +50,7 @@ struct Client {
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int minax, maxax, minay, maxay;
long flags;
- unsigned int border;
+ unsigned int border, oldborder;
Bool isbanned, isfixed, ismax, isfloating;
Bool *tags;
Client *next;