all repos — dwm @ 45768ee04bfab45a5dfd21105419806422ca8954

my dwm build

removed aux* stuff from Client
Anselm R Garbe garbeam@gmail.com
Wed, 02 Jul 2008 11:54:36 +0100
commit

45768ee04bfab45a5dfd21105419806422ca8954

parent

a6d23fb61c26126685ed8e19a7cb94189bbbd566

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M dwm.cdwm.c

@@ -94,8 +94,6 @@ Bool isfixed, isfloating, isurgent;

Client *next; Client *snext; Window win; - void *aux; - void (*freeaux)(void *); }; typedef struct {

@@ -1521,8 +1519,6 @@ detach(c);

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);