fixed several things, nearly feature complete

This commit is contained in:
Anselm R. Garbe
2006-07-13 20:28:19 +02:00
parent 3aad92202d
commit 7fe717c29f
5 changed files with 35 additions and 29 deletions

2
dwm.h
View File

@ -106,7 +106,7 @@ extern Client *getclient(Window w);
extern void focus(Client *c);
extern void update_name(Client *c);
extern void draw_client(Client *c);
extern void resize(Client *c);
extern void resize(Client *c, Bool inc);
extern void update_size(Client *c);
extern Client *gettitle(Window w);
extern void craise(Client *c);