changed comment of updatesizehints 9056d7ea
arg@mig29 · 2007-01-02 12:28 1 file(s) · +1 −1
dwm.h +1 −1
117 117
extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
118 118
extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/
119 119
extern void resizetitle(Client *c);		/* resizes c->twin correctly */
120 -
extern void updatesizehints(Client *c);		/* update the size struct of c */
120 +
extern void updatesizehints(Client *c);		/* update the size hint variables of c */
121 121
extern void updatetitle(Client *c);		/* update the name of c */
122 122
extern void unmanage(Client *c);		/* destroy c */
123 123