updated man page

This commit is contained in:
Anselm R. Garbe
2006-08-23 18:50:46 +02:00
parent c39df91ab9
commit 7e597ae204
7 changed files with 68 additions and 73 deletions

2
dwm.h
View File

@ -60,7 +60,7 @@ struct Client {
Client *next;
Client *prev;
Window win;
Window title;
Window twin;
};
extern const char *tags[];