JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated man page
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 4e9c6b5..9d2d959 100644 (file)
--- 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[];