aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-23 18:50:46 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-23 18:50:46 +0200
commit7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch)
tree0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /dwm.h
parentc39df91ab9826ef134bc1484b0d19186790132f3 (diff)
updated man page
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 4e9c6b5..9d2d959 100644
--- a/dwm.h
+++ b/dwm.h
@@ -60,7 +60,7 @@ struct Client {
Client *next;
Client *prev;
Window win;
- Window title;
+ Window twin;
};
extern const char *tags[];