From 27b0595af72060d7cc406639b6c53a854f0a3590 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 22 Feb 2007 15:25:19 +0100 Subject: merged focus{prev.next} into focusclient(1/-1) --- dwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 9e04a81..538018a 100644 --- a/dwm.h +++ b/dwm.h @@ -119,8 +119,7 @@ extern unsigned int textw(const char *text); /* return the width of text in px*/ 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 */ -- cgit v1.2.3-54-g00ecf