Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
new stuff
[dwm.git]
/
draw.h
diff --git
a/draw.h
b/draw.h
index
710087f
..
6c3d886
100644
(file)
--- a/
draw.h
+++ b/
draw.h
@@
-33,3
+33,4
@@
extern void loadcolors(Display *dpy, int screen, Brush *b,
extern void loadfont(Display *dpy, Fnt *font, const char *fontstr);
extern unsigned int textwidth_l(Fnt *font, char *text, unsigned int len);
extern unsigned int textwidth(Fnt *font, char *text);
+extern unsigned int labelheight(Fnt *font);