dwm.h
changeset 491 12395ef46d97
parent 488 0d2559f46b9e
child 500 d5ad819f2a66
--- 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 */