about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-26 07:40:19 +0200
committerarg@mmvi <unknown>2006-09-26 07:40:19 +0200
commitb4d53bf194f9f9214b6c79d397d723ba53663b4b (patch)
treeb1335d83f27a3a8225dd59de955224db48a1f095 /dwm.h
parent67bc08d1b938842d27d976da9bbbc210b1f860b7 (diff)
downloaddwm-b4d53bf194f9f9214b6c79d397d723ba53663b4b.tar.gz
added configure(), but this doesn't really fix those frking broken SDL apps
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
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 */