I really need column growing, now pushing upstream

This commit is contained in:
Anselm R. Garbe
2006-09-05 09:02:37 +02:00
parent 04f27a5438
commit 6499fc4f93
5 changed files with 27 additions and 0 deletions

1
dwm.h
View File

@ -131,6 +131,7 @@ 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 restack();
extern void togglemode(Arg *arg);