dwm.h
changeset 491 12395ef46d97
parent 488 0d2559f46b9e
child 500 d5ad819f2a66
equal deleted inserted replaced
490:303d3384720e 491:12395ef46d97
   107 extern Display *dpy;
   107 extern Display *dpy;
   108 extern Window root, barwin;
   108 extern Window root, barwin;
   109 
   109 
   110 /* client.c */
   110 /* client.c */
   111 extern void ban(Client *c);			/* ban c from screen */
   111 extern void ban(Client *c);			/* ban c from screen */
       
   112 extern void configure(Client *c);		/* send synthetic configure event */
   112 extern void focus(Client *c);			/* focus c, c may be NULL */
   113 extern void focus(Client *c);			/* focus c, c may be NULL */
   113 extern Client *getclient(Window w);		/* return client of w */
   114 extern Client *getclient(Window w);		/* return client of w */
   114 extern Client *getctitle(Window w);		/* return client of title window */
   115 extern Client *getctitle(Window w);		/* return client of title window */
   115 extern void gravitate(Client *c, Bool invert);	/* gravitate c */
   116 extern void gravitate(Client *c, Bool invert);	/* gravitate c */
   116 extern void killclient(Arg *arg);		/* kill c nicely */
   117 extern void killclient(Arg *arg);		/* kill c nicely */