about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-22 15:25:19 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-22 15:25:19 +0100
commit27b0595af72060d7cc406639b6c53a854f0a3590 (patch)
treead04556f3a70e67d2a2db1e159d1fccf75cf7e37 /dwm.h
parent12d5a26fd279cc2370954929dedf88d0ab205a16 (diff)
downloaddwm-27b0595af72060d7cc406639b6c53a854f0a3590.tar.gz
merged focus{prev.next} into focusclient(1/-1)
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 9e04a81..538018a 100644
--- a/dwm.h
+++ b/dwm.h
@@ -119,8 +119,7 @@ extern unsigned int textw(const char *text);	/* return the width of text in px*/
 extern void grabkeys(void);			/* grab all keys defined in config.h */
 
 /* layout.c */
-extern void focusnext(const char *arg);		/* focuses next visible client, arg is ignored  */
-extern void focusprev(const char *arg);		/* focuses previous visible client, arg is ignored */
+extern void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
 extern void incmasterw(const char *arg);	/* increments the master width with arg's index value */
 extern void incnmaster(const char *arg);	/* increments nmaster with arg's index value */
 extern void initlayouts(void);			/* initialize layout array */
efa27'>62cd83ba ^
f07bb12f ^
34a60763 ^
f07bb12f ^
4c13e1f2 ^
34a60763 ^
b3556b21 ^
f07bb12f ^

62cd83ba ^










f07bb12f ^




62cd83ba ^

34a60763 ^

62cd83ba ^





2144cf26 ^
a614f048 ^
f07bb12f ^





62cd83ba ^
f07bb12f ^





62cd83ba ^
f07bb12f ^
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