X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=269c78e9819c11ccd218dbbe4f7582c84775cffe;hb=b4d53bf194f9f9214b6c79d397d723ba53663b4b;hp=c30f2b3f17bcb457173b0ab8e92e6834597c5d28;hpb=67bc08d1b938842d27d976da9bbbc210b1f860b7;p=dwm.git 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 */