X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=d18ef20efbd16d4e1028849350ceba1beb7fd31e;hp=a6a04cabdb17630a204fae803a02956e92b89947;hb=937cabfa0aad7eef6d25e9d142a478163de200c5;hpb=deba5069e51219982bc123720935b704c14a9444 diff --git a/dwm.h b/dwm.h index a6a04ca..d18ef20 100644 --- 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);