summaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-23 12:50:46 -0400
committerAnselm R. Garbe <arg@10kloc.org>2006-08-23 12:50:46 -0400
commit7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch)
tree0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /dwm.h
parentapplied tag drawing change to man page (diff)
downloaddwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.tar.gz
dwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.tar.bz2
dwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.zip
updated man page
Diffstat (limited to '')
-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[];