aewl

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 diff
     1.1 --- a/dwm.h	Mon Sep 25 21:28:00 2006 +0200
     1.2 +++ b/dwm.h	Tue Sep 26 07:40:19 2006 +0200
     1.3 @@ -109,6 +109,7 @@
     1.4  
     1.5  /* client.c */
     1.6  extern void ban(Client *c);			/* ban c from screen */
     1.7 +extern void configure(Client *c);		/* send synthetic configure event */
     1.8  extern void focus(Client *c);			/* focus c, c may be NULL */
     1.9  extern Client *getclient(Window w);		/* return client of w */
    1.10  extern Client *getctitle(Window w);		/* return client of title window */