dwm.h
changeset 829 f1ec35606dbc
parent 828 4cb4940d8355
child 830 5a4fd8fec414
--- a/dwm.h	Thu Feb 22 15:06:56 2007 +0100
+++ b/dwm.h	Thu Feb 22 15:25:19 2007 +0100
@@ -119,8 +119,7 @@
 extern void grabkeys(void);			/* grab all keys defined in config.h */
 
 /* layout.c */
-extern void focusnext(const char *arg);		/* focuses next visible client, arg is ignored  */
-extern void focusprev(const char *arg);		/* focuses previous visible client, arg is ignored */
+extern void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
 extern void incmasterw(const char *arg);	/* increments the master width with arg's index value */
 extern void incnmaster(const char *arg);	/* increments nmaster with arg's index value */
 extern void initlayouts(void);			/* initialize layout array */