Client *next;
Client *snext;
Window win;
- void *aux;
- void (*freeaux)(void *);
};
typedef struct {
detachstack(c);
if(sel == c)
focus(NULL);
- if(c->aux && c->freeaux)
- c->freeaux(c->aux);
XUngrabButton(dpy, AnyButton, AnyModifier, c->win);
setclientstate(c, WithdrawnState);
free(c);