comparison dwm.h @ 639:226ef912c093

renamed updatesize into updatesizehints (thx to Sander for this hint)
author arg@mig29
date Mon, 01 Jan 2007 19:10:31 +0100
parents d6fbb669fef2
children 9cd88c168f41
comparison
equal deleted inserted replaced
638:276238ad9516 639:226ef912c093
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 killclient(Arg *arg); /* kill c nicely */ 116 extern void killclient(Arg *arg); /* kill c nicely */
117 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ 117 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */
118 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ 118 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/
119 extern void resizetitle(Client *c); /* resizes c->twin correctly */ 119 extern void resizetitle(Client *c); /* resizes c->twin correctly */
120 extern void updatesize(Client *c); /* update the size structs of c */ 120 extern void updatesizehints(Client *c); /* update the size struct of c */
121 extern void updatetitle(Client *c); /* update the name of c */ 121 extern void updatetitle(Client *c); /* update the name of c */
122 extern void unmanage(Client *c); /* destroy c */ 122 extern void unmanage(Client *c); /* destroy c */
123 123
124 /* draw.c */ 124 /* draw.c */
125 extern void drawall(void); /* draw all visible client titles and the bar */ 125 extern void drawall(void); /* draw all visible client titles and the bar */