Re: [dev] dwm: per-mon lt[] fix patch

2009-07-06 Thread Anselm R Garbe
2009/7/6 Mate Nagy : > Greetings, >  the attached patch moves the lt[] array inside the Monitor structure, > so setting layout on one monitor doesn't alter it on another in any way. Makes sense, will be applied soon. --Anselm

[dev] dwm: per-mon lt[] fix patch

2009-07-06 Thread Mate Nagy
Greetings, the attached patch moves the lt[] array inside the Monitor structure, so setting layout on one monitor doesn't alter it on another in any way. Regards, Mate diff -r 4fff5050c835 dwm.c --- a/dwm.c Thu Jul 02 20:56:23 2009 +0100 +++ b/dwm.c Mon Jul 06 11:44:00 2009 +0200 @@ -136,6 +136,