dwm.h
changeset 814 6fa419036c2e
parent 813 0ed770c96e51
child 823 fb5cbf0bd923
equal deleted inserted replaced
813:0ed770c96e51 814:6fa419036c2e
   100 extern Display *dpy;
   100 extern Display *dpy;
   101 extern Layout *lt;
   101 extern Layout *lt;
   102 extern Window root, barwin;
   102 extern Window root, barwin;
   103 
   103 
   104 /* client.c */
   104 /* client.c */
       
   105 extern void attach(Client *c);			/* attaches c to global client list */
   105 extern void configure(Client *c);		/* send synthetic configure event */
   106 extern void configure(Client *c);		/* send synthetic configure event */
       
   107 extern void detach(Client *c);			/* detaches c from global client list */
   106 extern void focus(Client *c);			/* focus c, c may be NULL */
   108 extern void focus(Client *c);			/* focus c, c may be NULL */
   107 extern void killclient(Arg arg);		/* kill c nicely */
   109 extern void killclient(Arg arg);		/* kill c nicely */
   108 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
   110 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
   109 extern void resize(Client *c, int x, int y,
   111 extern void resize(Client *c, int x, int y,
   110 		int w, int h, Bool sizehints);	/* resize with given coordinates c*/
   112 		int w, int h, Bool sizehints);	/* resize with given coordinates c*/