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;
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 */
/* tag.c */
extern void initrregs(void); /* initialize regexps of rules defined in config.h */
-extern Client *getnext(Client *c); /* returns next visible client */
-extern Client *getprev(Client *c); /* returns previous visible client */
extern void settags(Client *c, Client *trans); /* sets tags of c */
extern void tag(Arg *arg); /* tags c with arg's index */
extern void toggletag(Arg *arg); /* toggles c tags with arg's index */