diff dwm.h @ 491:12395ef46d97

added configure(), but this doesn't really fix those frking broken SDL apps
author arg@mmvi
date Tue, 26 Sep 2006 07:40:19 +0200
parents 0d2559f46b9e
children d5ad819f2a66
line wrap: on
line diff
--- 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 */