about summary refs log tree commit diff stats
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.h b/draw.h
index 710087f..6c3d886 100644
--- 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);
t <sir@cmpwn.com> 2019-05-17 18:15:50 -0400 Document dependencies' href='/akspecs/aerc/commit/README.md?h=0.1.4&id=9c10a90cac7037d14b8b0d9d6a0ac2584199278b'>9c10a90 ^
ba41b98 ^
855362d ^
9c10a90 ^
ba41b98 ^







7880bd9 ^

fc719e4 ^




a6012f2 ^
84e9853 ^
a6012f2 ^

501c95d ^
ee61c28 ^
501c95d ^
ee61c28 ^




b18e339 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42