diff -r 303d3384720e -r 12395ef46d97 dwm.h --- a/dwm.h Mon Sep 25 21:28:00 2006 +0200 +++ b/dwm.h Tue Sep 26 07:40:19 2006 +0200 @@ -109,6 +109,7 @@ /* client.c */ extern void ban(Client *c); /* ban c from screen */ +extern void configure(Client *c); /* send synthetic configure event */ extern void focus(Client *c); /* focus c, c may be NULL */ extern Client *getclient(Window w); /* return client of w */ extern Client *getctitle(Window w); /* return client of title window */