dwm.h
changeset 500 d5ad819f2a66
parent 491 12395ef46d97
child 502 9aa3d06199cb
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 */