dwm.h
changeset 342 a1901753deef
parent 333 827f8f6c9e97
child 350 b10852dbbffe
--- a/dwm.h	Wed Aug 23 14:40:44 2006 +0200
+++ b/dwm.h	Wed Aug 23 18:50:46 2006 +0200
@@ -60,7 +60,7 @@
 	Client *next;
 	Client *prev;
 	Window win;
-	Window title;
+	Window twin;
 };
 
 extern const char *tags[];