about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
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 850e60b..f9c4094 100644
--- a/dwm.h
+++ b/dwm.h
@@ -161,7 +161,7 @@ extern void dotile(void);			/* arranges all windows tiled */
 extern void focusnext(Arg *arg);		/* focuses next visible client, arg is ignored  */
 extern void focusprev(Arg *arg);		/* focuses previous visible client, arg is ignored */
 extern Bool isvisible(Client *c);		/* returns True if client is visible */
-extern void resizecol(Arg *arg);		/* resizes the master percent with arg's index value */
+extern void resizemaster(Arg *arg);		/* resizes the master percent with arg's index value */
 extern void restack(void);			/* restores z layers of all clients */
 extern void togglemode(Arg *arg);		/* toggles global arrange function (dotile/dofloat) */
 extern void toggleview(Arg *arg);		/* toggles the tag with arg's index (in)visible */
+0000 added Gottox to Copyright holders after all his contributions, applied his last patch' href='/acidbong/suckless/dwm/commit/LICENSE?h=5.6.1&id=c43d7b7587c9639a303b02ff7a44bf18a54f06cb'>c43d7b7 ^
fd01413 ^
1076f2b




016dca4 ^
1076f2b

016dca4 ^

1076f2b
016dca4 ^





1076f2b
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