X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/5b8dce15d3e4d1e50fc4f1df10665260f74a0a02..724f72142f6dc880068a92e412f3f3366e643569:/main.c?ds=sidebyside diff --git a/main.c b/main.c index d87e5dc..0f07773 100644 --- a/main.c +++ b/main.c @@ -493,6 +493,8 @@ main(int argc, char *argv[]) { dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen)); dc.gc = XCreateGC(dpy, root, 0, 0); XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter); + if(!dc.font.set) + XSetFont(dpy, dc.gc, dc.font.xfont->fid); if(maxname) cmdw = textw(maxname); if(cmdw > mw / 3)