JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
s/growcol/resizetile/g
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 0c37711..dfa1034 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -131,8 +131,8 @@ extern void dofloat(Arg *arg);
 extern void dotile(Arg *arg);
 extern void focusnext(Arg *arg);
 extern void focusprev(Arg *arg);
-extern void growcol(Arg *arg);
 extern Bool isvisible(Client *c);
+extern void resizetile(Arg *arg);
 extern void restack();
 extern void togglemode(Arg *arg);
 extern void toggleview(Arg *arg);