dwm.h
changeset 639 226ef912c093
parent 631 d6fbb669fef2
child 640 9cd88c168f41
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 */