JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added xlock command (I need it regularly)
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index acfdcbb..1d672fd 100644 (file)
--- 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 */