committed a patch which fixes the hints of Jukka

This commit is contained in:
arg@10ksloc.org
2006-08-01 11:49:19 +02:00
parent deba5069e5
commit 937cabfa0a
4 changed files with 14 additions and 40 deletions

2
dwm.h
View File

@ -133,7 +133,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee);
extern void appendtag(Arg *arg);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern Client *getnext(Client *c, unsigned int t);
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
extern void replacetag(Arg *arg);
extern void settags(Client *c);