dwm.h
changeset 904 2dfd50e4cfde
parent 895 b461240ba625
child 905 ca352bd2f8f7
--- a/dwm.h	Mon May 28 15:05:47 2007 +0200
+++ b/dwm.h	Tue May 29 11:35:20 2007 +0200
@@ -100,8 +100,7 @@
 void attach(Client *c);			/* attaches c to global client list */
 void configure(Client *c);		/* send synthetic configure event */
 void detach(Client *c);			/* detaches c from global client list */
-void focus(Client *c);			/* focus c, c may be NULL */
-void focustopvisible(void);		/* focus top visible window on stack */
+void focus(Client *c);			/* focus c if visible && !NULL, or focus top visible */
 void killclient(const char *arg);	/* kill sel  nicely */
 void manage(Window w, XWindowAttributes *wa);	/* manage new client */
 void resize(Client *c, int x, int y,