From b4d53bf194f9f9214b6c79d397d723ba53663b4b Mon Sep 17 00:00:00 2001 From: "arg@mmvi" Date: Tue, 26 Sep 2006 07:40:19 +0200 Subject: added configure(), but this doesn't really fix those frking broken SDL apps --- dwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index c30f2b3..269c78e 100644 --- a/dwm.h +++ b/dwm.h @@ -109,6 +109,7 @@ extern Window root, barwin; /* 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 */ -- cgit 1.4.1-2-gfad0