diff options
author | arg@mmvi <unknown> | 2006-09-26 07:40:19 +0200 |
---|---|---|
committer | arg@mmvi <unknown> | 2006-09-26 07:40:19 +0200 |
commit | b4d53bf194f9f9214b6c79d397d723ba53663b4b (patch) | |
tree | b1335d83f27a3a8225dd59de955224db48a1f095 /dwm.h | |
parent | 67bc08d1b938842d27d976da9bbbc210b1f860b7 (diff) | |
download | dwm-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.h | 1 |
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 */ |