fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)

This commit is contained in:
Anselm R. Garbe
2007-04-19 09:24:25 +02:00
parent ad2508f957
commit 22399a3bc0
3 changed files with 12 additions and 6 deletions

2
dwm.h
View File

@ -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;