X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=9d2d959bf8092089a4162727934558068f6dae47;hp=4e9c6b56ab8c450c704b6e445654bdca19e7df99;hb=7e597ae204ce94398f8c722e335f20d5a4a30c8a;hpb=c39df91ab9826ef134bc1484b0d19186790132f3 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[];