Przeglądaj źródła

removed artifact from wmii menu

master
Anselm R Garbe 16 lat temu
rodzic
commit
c24f22a36b
1 zmienionych plików z 0 dodań i 2 usunięć
  1. +0
    -2
      dmenu.c

+ 0
- 2
dmenu.c Wyświetl plik

@@ -280,8 +280,6 @@ initfont(const char *fontstr) {
if(!fontstr || fontstr[0] == '\0')
eprint("error, cannot load font: '%s'\n", fontstr);
missing = NULL;
if(dc.font.set)
XFreeFontSet(dpy, dc.font.set);
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
if(missing)
XFreeStringList(missing);


Ładowanie…
Anuluj
Zapisz