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);
l v2-7-1ac_0-76' href='/ingrix/lynx-snapshots/commit/src/LYCharUtils.h?id=1d80538b4b84eadd223c7b61839b950389c2d49d'>1d80538b ^
2d161b7d ^
1d80538b ^
2d161b7d ^










1d80538b ^

2d161b7d ^
1d80538b ^

2d161b7d ^
c3ec4181 ^
2d161b7d ^

c3ec4181 ^






2d161b7d ^
d3f9d547 ^
57bfc74f ^
d3f9d547 ^

c68ecb8b ^


c3ec4181 ^

2d161b7d ^
c3ec4181 ^










57bfc74f ^

c3ec4181 ^

b6d1143c ^
c3ec4181 ^
2d161b7d ^
83824f14 ^
b6d1143c ^


2d161b7d ^
83824f14 ^
b6d1143c ^
b6d1143c ^



2d161b7d ^
b6d1143c ^
c3ec4181 ^
b6d1143c ^
2d161b7d ^
945e8eb6 ^

c3ec4181 ^








2d161b7d ^
c3ec4181 ^








8f8c57cc ^
2d161b7d ^

c3ec4181 ^
e087f6d4
2d161b7d ^

e087f6d4
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123