* See LICENSE file for license details.
*/
#include "dwm.h"
-
#include <stdio.h>
#include <string.h>
#include <X11/Xlocale.h>
{
Client *c;
- for(c = clients; c; c = getnext(c->next, tsel))
+ for(c = clients; c; c = getnext(c->next))
drawtitle(c);
drawstatus();
}