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 12:19:10 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 12:19:10 +0200
commitce846e941bee651ae5f17845f670f016040902f9 (patch)
tree9463488fb1911e7c368a4300f53622a1d9d0fecc /dwm.h
parent0a638a4cafb3dd754a596605bb55ac7977fba71e (diff)
downloaddwm-ce846e941bee651ae5f17845f670f016040902f9.tar.gz
added xlock command (I need it regularly)
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index acfdcbb..1d672fd 100644
--- a/dwm.h
+++ b/dwm.h
@@ -100,7 +100,8 @@ extern void lower(Client *c);
 extern void ckill(void *aux);
 extern void sel(void *aux);
 extern void max(void *aux);
-extern void toggle(void *aux);
+extern void floating(void *aux);
+extern void tiling(void *aux);
 extern void gravitate(Client *c, Bool invert);
 
 /* draw.c */
n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198