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-13 20:28:19 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 20:28:19 +0200
commit7fe717c29f9dafc4fc38313adbbb7c85619dec69 (patch)
treebee9de83c270e21195f79ca86430f305cdd28fec /dwm.h
parent3aad92202d58208c4197857d3f17c535ba0bd56a (diff)
downloaddwm-7fe717c29f9dafc4fc38313adbbb7c85619dec69.tar.gz
fixed several things, nearly feature complete
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 118ac24..8af63f0 100644
--- a/dwm.h
+++ b/dwm.h
@@ -106,7 +106,7 @@ extern Client *getclient(Window w);
 extern void focus(Client *c);
 extern void update_name(Client *c);
 extern void draw_client(Client *c);
-extern void resize(Client *c);
+extern void resize(Client *c, Bool inc);
 extern void update_size(Client *c);
 extern Client *gettitle(Window w);
 extern void craise(Client *c);
Hankiewicz <gradha@imap.cc> 2014-06-21 13:13:48 +0200 Forces babel package descriptions to end with a dot.' href='/ahoang/Nim/commit/web/babelpkglist.nim?h=devel&id=e21999c2c684eba39c399b8a775d07167035587e'>e21999c2c ^
9fd6464a7 ^
e21999c2c ^
58e583e39 ^
1dd9fbf70 ^
58e583e39 ^








bddfe007b ^
58e583e39 ^
1dd9fbf70 ^
58e583e39 ^
58e583e39 ^


bddfe007b ^
58e583e39 ^
1dd9fbf70 ^
58e583e39 ^
58e583e39 ^











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