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
main.c
View File

@ -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) {