From f8181f64e2ba4fca4e85036c48cf90a2151794fc Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 15 Jan 2007 12:04:25 +0100 Subject: removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles) --- dwm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 3789373..03f8c1f 100644 --- a/dwm.h +++ b/dwm.h @@ -117,9 +117,7 @@ extern void updatetitle(Client *c); /* update the name of c */ extern void unmanage(Client *c); /* destroy c */ /* draw.c */ -extern void drawall(void); /* draw all visible client titles and the bar */ extern void drawstatus(void); /* draw the bar */ -extern void drawclient(Client *c); /* draw title and set border of c */ extern unsigned long getcolor(const char *colstr); /* return color of colstr */ extern void setfont(const char *fontstr); /* set the font for DC */ extern unsigned int textw(const char *text); /* return the width of text in px*/ -- cgit 1.4.1-2-gfad0 m> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/update_html
blob: 4e6184108d43acb70bd9aa04c0f4d633428a03be (plain) (blame)
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