X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=269c78e9819c11ccd218dbbe4f7582c84775cffe;hb=c9cc2b385aade3ce7db1404f4b5f8cd6e41e6bae;hp=c30f2b3f17bcb457173b0ab8e92e6834597c5d28;hpb=7d7cde0fd6ceae2f7d759b924afd8df279a4ddde;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 */