changed how manage client works
This commit is contained in:
parent
16c67f32d6
commit
005362043d
4 changed files with 47 additions and 32 deletions
5
wm.h
5
wm.h
|
@ -65,8 +65,8 @@ extern void run(char *arg);
|
|||
extern void quit(char *arg);
|
||||
|
||||
/* client.c */
|
||||
extern Client *create_client(Window w, XWindowAttributes *wa);
|
||||
extern void manage(Client *c);
|
||||
extern void manage(Window w, XWindowAttributes *wa);
|
||||
void unmanage(Client *c);
|
||||
extern Client * getclient(Window w);
|
||||
|
||||
/* key.c */
|
||||
|
@ -74,3 +74,4 @@ extern void update_keys();
|
|||
extern void keypress(XEvent *e);
|
||||
|
||||
/* wm.c */
|
||||
extern int error_handler(Display *dpy, XErrorEvent *error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue