fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)
This commit is contained in:
parent
ad2508f957
commit
22399a3bc0
3 changed files with 12 additions and 6 deletions
2
dwm.h
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue