diff -r b2518e01f7e3 -r 484245788760 dwm.h --- a/dwm.h Thu Aug 16 08:05:30 2007 +0200 +++ b/dwm.h Thu Aug 16 17:55:55 2007 +0200 @@ -114,7 +114,8 @@ /* layout.c */ void arrange(void); /* arranges all windows depending on the layout in use */ -void focusclient(const char *arg); /* focuses next(1)/previous(-1) visible client */ +void focusnext(const char *arg); /* focuses next visible client */ +void focusprev(const char *arg); /* focuses prev visible client */ const char *getsymbol(void); /* returns symbol of enabled layout */ Bool isfloating(void); /* returns True if floating layout is enabled */ Bool isarrange(void (*func)()); /* returns True if func is the layout function in use */