diff options
author | Anselm R. Garbe | 2006-08-23 18:50:46 +0200 |
---|---|---|
committer | Anselm R. Garbe | 2006-08-23 18:50:46 +0200 |
commit | 7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch) | |
tree | 0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /dwm.h | |
parent | c39df91ab9826ef134bc1484b0d19186790132f3 (diff) |
updated man page
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ struct Client { Client *next; Client *prev; Window win; - Window title; + Window twin; }; extern const char *tags[]; |