Mercurial > aewl
comparison dwm.h @ 500:d5ad819f2a66 1.7.1
fixing the settags issue, preparing 1.7.1
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 27 Sep 2006 17:18:46 +0200 |
parents | 12395ef46d97 |
children | 9aa3d06199cb |
comparison
equal
deleted
inserted
replaced
499:2ca011c56385 | 500:d5ad819f2a66 |
---|---|
115 extern Client *getctitle(Window w); /* return client of title window */ | 115 extern Client *getctitle(Window w); /* return client of title window */ |
116 extern void gravitate(Client *c, Bool invert); /* gravitate c */ | 116 extern void gravitate(Client *c, Bool invert); /* gravitate c */ |
117 extern void killclient(Arg *arg); /* kill c nicely */ | 117 extern void killclient(Arg *arg); /* kill c nicely */ |
118 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ | 118 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ |
119 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ | 119 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ |
120 extern void resizetitle(Client *c); /* resizes c->twin correctly */ | |
120 extern void updatesize(Client *c); /* update the size structs of c */ | 121 extern void updatesize(Client *c); /* update the size structs of c */ |
121 extern void updatetitle(Client *c); /* update the name of c */ | 122 extern void updatetitle(Client *c); /* update the name of c */ |
122 extern void unmanage(Client *c); /* destroy c */ | 123 extern void unmanage(Client *c); /* destroy c */ |
123 | 124 |
124 /* draw.c */ | 125 /* draw.c */ |