JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied anydot's 3 minor patches, thank you anydot
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 769d1b1..2c1d41b 100644 (file)
--- 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,