X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/c39df91ab9826ef134bc1484b0d19186790132f3..7e597ae204ce94398f8c722e335f20d5a4a30c8a:/dwm.h?ds=sidebyside 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[];