dwm.h
changeset 780 6dc7578a5107
parent 778 2ec66bdbb8ad
child 782 92862ab407d5
equal deleted inserted replaced
779:e4382ee39888 780:6dc7578a5107
   103 extern void focus(Client *c);			/* focus c, c may be NULL */
   103 extern void focus(Client *c);			/* focus c, c may be NULL */
   104 extern void focusnext(Arg *arg);		/* focuses next visible client, arg is ignored  */
   104 extern void focusnext(Arg *arg);		/* focuses next visible client, arg is ignored  */
   105 extern void focusprev(Arg *arg);		/* focuses previous visible client, arg is ignored */
   105 extern void focusprev(Arg *arg);		/* focuses previous visible client, arg is ignored */
   106 extern void killclient(Arg *arg);		/* kill c nicely */
   106 extern void killclient(Arg *arg);		/* kill c nicely */
   107 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
   107 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
   108 Client *nexttiled(Client *c);			/* returns tiled successor of c */
   108 extern Client *nexttiled(Client *c);		/* returns tiled successor of c */
   109 extern void resize(Client *c, int x, int y,
   109 extern void resize(Client *c, int x, int y,
   110 		int w, int h, Bool sizehints);	/* resize with given coordinates c*/
   110 		int w, int h, Bool sizehints);	/* resize with given coordinates c*/
   111 extern void updatesizehints(Client *c);		/* update the size hint variables of c */
   111 extern void updatesizehints(Client *c);		/* update the size hint variables of c */
   112 extern void updatetitle(Client *c);		/* update the name of c */
   112 extern void updatetitle(Client *c);		/* update the name of c */
   113 extern void unmanage(Client *c);		/* destroy c */
   113 extern void unmanage(Client *c);		/* destroy c */