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
main.c
2
main.c
|
@ -81,7 +81,7 @@ initfont(const char *fontstr) {
|
|||
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
|
||||
if(missing) {
|
||||
while(n--)
|
||||
fprintf(stderr, "missing fontset: %s\n", missing[n]);
|
||||
fprintf(stderr, "dwm: missing fontset: %s\n", missing[n]);
|
||||
XFreeStringList(missing);
|
||||
}
|
||||
if(dc.font.set) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue