added several other stuff
This commit is contained in:
6
draw.c
6
draw.c
@ -162,3 +162,9 @@ loadfont(Display *dpy, Fnt *font, const char *fontstr)
|
||||
}
|
||||
font->height = font->ascent + font->descent;
|
||||
}
|
||||
|
||||
unsigned int
|
||||
labelheight(Fnt *font)
|
||||
{
|
||||
return font->height + 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user