#include <string.h>
#include <X11/Xlocale.h>
-/* static functions */
+/* static */
static void
drawborder(void)
}
}
-/* extern functions */
+/* extern */
void
drawall()
{
Client *c;
- for(c = clients; c; c = getnext(c->next))
+ for(c = clients; c; c = getnext(c->next, tsel))
drawtitle(c);
drawstatus();
}