added several other stuff
This commit is contained in:
parent
2de59d0f09
commit
439e15d09f
12 changed files with 476 additions and 39 deletions
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue