aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-01 11:49:19 +0200
committerarg@10ksloc.org <unknown>2006-08-01 11:49:19 +0200
commit937cabfa0aad7eef6d25e9d142a478163de200c5 (patch)
tree1f0751ad821d2fe283513781d0e7be003a1472d1 /dwm.h
parentdeba5069e51219982bc123720935b704c14a9444 (diff)
downloaddwm-937cabfa0aad7eef6d25e9d142a478163de200c5.tar.zst
committed a patch which fixes the hints of Jukka
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
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);