Mercurial > aewl
comparison dwm.h @ 491:12395ef46d97
added configure(), but this doesn't really fix those frking broken SDL apps
author | arg@mmvi |
---|---|
date | Tue, 26 Sep 2006 07:40:19 +0200 |
parents | 0d2559f46b9e |
children | d5ad819f2a66 |
comparison
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 */ |