From 7e597ae204ce94398f8c722e335f20d5a4a30c8a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 23 Aug 2006 18:50:46 +0200 Subject: updated man page --- dwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.h') 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[]; -- cgit v1.2.3-54-g00ecf