JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
committed a patch which fixes the hints of Jukka
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index a6a04ca..d18ef20 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -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);