all repos — dmenu @ 5d43e9243ce7b3273f2438bec2da170dcc8e329b

my build of dmenu

enforcing using imcomplete fonsets anyways
arg@mig29 unknown
Tue, 05 Dec 2006 10:31:20 +0100
commit

5d43e9243ce7b3273f2438bec2da170dcc8e329b

parent

1026eb83089c3e79a12d2d74f3b6b01703e6f55a

2 files changed, 2 insertions(+), 7 deletions(-)

jump to
M config.mkconfig.mk

@@ -1,5 +1,5 @@

# dmenu version -VERSION = 1.5 +VERSION = 1.6 # Customize below to fit your system
M draw.cdraw.c

@@ -88,13 +88,8 @@ setlocale(LC_ALL, "");

if(dc.font.set) XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); - if(missing) { + if(missing) XFreeStringList(missing); - if(dc.font.set) { - XFreeFontSet(dpy, dc.font.set); - dc.font.set = NULL; - } - } if(dc.font.set) { XFontSetExtents *font_extents; XFontStruct **xfonts;