about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-29 11:35:20 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-29 11:35:20 +0200
commit199a6016114875656102d11e79a80939bfaff3b3 (patch)
tree2ad54798ecf25479959e50e611eb2163247745ec /dwm.h
parent492c6f10fcf9acf74d84eb3fe005ecf2dd42611a (diff)
downloaddwm-199a6016114875656102d11e79a80939bfaff3b3.tar.gz
applied anydot's 3 minor patches, thank you anydot
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h
index 769d1b1..2c1d41b 100644
--- a/dwm.h
+++ b/dwm.h
@@ -100,8 +100,7 @@ Window root, barwin;
 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,