about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 17:43:56 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 17:43:56 +0200
commite7fa504c3e095db65853afd39d2d1324d439dcf4 (patch)
tree54359cd50c69cc580a963eb53ffee8f43f214661 /dwm.h
parent5b44976a2d8bdd1397727663ce019374d6b2730a (diff)
downloaddwm-e7fa504c3e095db65853afd39d2d1324d439dcf4.tar.gz
removed a bunch of lines through swap removal
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h
index 113e861..6843870 100644
--- a/dwm.h
+++ b/dwm.h
@@ -130,7 +130,7 @@ extern void zoom(Arg *arg);
 extern void gravitate(Client *c, Bool invert);
 
 /* draw.c */
-extern void drawtext(const char *text, Bool border);
+extern void drawtext(const char *text, Bool invert, Bool border);
 extern unsigned long initcolor(const char *colstr);
 extern void initfont(const char *fontstr);
 extern unsigned int textnw(char *text, unsigned int len);
@@ -153,4 +153,3 @@ extern void quit(Arg *arg);
 extern void error(const char *errstr, ...);
 extern void *emallocz(unsigned int size);
 extern void spawn(Arg *arg);
-extern void swap(void **p1, void **p2);
b3b49daeb9268c8161844a'>dc5d967 ^
39677ec ^
6a3ae5e ^
39677ec ^


39677ec ^
ca65478 ^
adaa28a ^
dc5d967 ^
adaa28a ^


849e631 ^
adaa28a ^

d4b7a9a ^
ca65478 ^
d4b7a9a ^

6a3ae5e ^
d4b7a9a ^


adaa28a ^
ca65478 ^
9955ddc ^
dc5d967 ^
9955ddc ^



439e15d ^
4230932 ^

439e15d ^



16c67f3 ^
7711ab6 ^
e48de30 ^
439e15d ^

0464e42 ^
439e15d ^


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