Mercurial > dwm-meillo
comparison dwm.h @ 630:264f02dd2ad0
removed gravitate for the moment
author | arg@mig29 |
---|---|
date | Mon, 11 Dec 2006 16:45:02 +0100 |
parents | 16ec97b95b4f |
children | d6fbb669fef2 |
comparison
equal
deleted
inserted
replaced
629:58851a8806b9 | 630:264f02dd2ad0 |
---|---|
112 extern void ban(Client *c); /* ban c from screen */ | 112 extern void ban(Client *c); /* ban c from screen */ |
113 extern void configure(Client *c); /* send synthetic configure event */ | 113 extern void configure(Client *c); /* send synthetic configure event */ |
114 extern void focus(Client *c); /* focus c, c may be NULL */ | 114 extern void focus(Client *c); /* focus c, c may be NULL */ |
115 extern Client *getclient(Window w); /* return client of w */ | 115 extern Client *getclient(Window w); /* return client of w */ |
116 extern Client *getctitle(Window w); /* return client of title window */ | 116 extern Client *getctitle(Window w); /* return client of title window */ |
117 extern void gravitate(Client *c, Bool invert); /* gravitate c */ | |
118 extern void killclient(Arg *arg); /* kill c nicely */ | 117 extern void killclient(Arg *arg); /* kill c nicely */ |
119 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ | 118 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ |
120 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ | 119 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ |
121 extern void resizetitle(Client *c); /* resizes c->twin correctly */ | 120 extern void resizetitle(Client *c); /* resizes c->twin correctly */ |
122 extern void updatesize(Client *c); /* update the size structs of c */ | 121 extern void updatesize(Client *c); /* update the size structs of c */ |