diff -r 6365c9425b48 -r 8ed842c35e8d dwm.h --- a/dwm.h Wed Feb 14 09:35:48 2007 +0100 +++ b/dwm.h Wed Feb 14 14:01:12 2007 +0100 @@ -73,7 +73,7 @@ int minax, minay, maxax, maxay; long flags; unsigned int border; - Bool isfixed, isfloat, ismax; + Bool isbanned, isfixed, isfloat, ismax; Bool *tags; Client *next; Client *prev; @@ -99,6 +99,7 @@ extern Window root, barwin; /* client.c */ +extern void ban(Client *c); /* ban c */ 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 */