aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
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 */