added configure(), but this doesn't really fix those frking broken SDL apps
This commit is contained in:
parent
67bc08d1b9
commit
b4d53bf194
3 changed files with 27 additions and 13 deletions
1
dwm.h
1
dwm.h
|
@ -109,6 +109,7 @@ extern Window root, barwin;
|
|||
|
||||
/* client.c */
|
||||
extern void ban(Client *c); /* ban c from screen */
|
||||
extern void configure(Client *c); /* send synthetic configure event */
|
||||
extern void focus(Client *c); /* focus c, c may be NULL */
|
||||
extern Client *getclient(Window w); /* return client of w */
|
||||
extern Client *getctitle(Window w); /* return client of title window */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue