diff dwm.h @ 415:ad2b6ce6e95b

I really need column growing, now pushing upstream
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 05 Sep 2006 09:02:37 +0200
parents 052657ff2e7b
children c033e1ade281
line wrap: on
line diff
--- a/dwm.h	Tue Sep 05 08:37:34 2006 +0200
+++ b/dwm.h	Tue Sep 05 09:02:37 2006 +0200
@@ -131,6 +131,7 @@
 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 restack();
 extern void togglemode(Arg *arg);