diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-04-19 09:24:25 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-04-19 09:24:25 +0200 |
commit | 22399a3bc05406a89f6ad717800b4d9ba41f6e0a (patch) | |
tree | 78e7c817a7df86050b755b2ea1eb03ff96f136e2 /dwm.h | |
parent | ad2508f9578195e703033df3cceb441f716261bd (diff) |
fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |