From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Thu, 16 Aug 2007 09:42:06 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: ttf2subf + VeraMono rendering In-Reply-To: <5d375e920708150914o1324b213l172758f16753aa80@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a9b2d868-ead2-11e9-9d60-3106f5b1d025 i did, and it was applied about may 20, 2006. /n/sources/patch/applied/libframe-alpha i don't know why it got lost. - erik On Wed Aug 15 12:14:22 EDT 2007, uriel99@gmail.com wrote: > Why not submit a patch? > > uriel > > On 8/13/07, erik quanstrom wrote: > > > > you need an updated rio/libframe/devdraw. the problem is that libframe > > > > this was fixed may 15, 2006, i believe. i use a subpixel antialiased font. > > > > (/n/sources/contrib/quanstro/antialias.tar /lib/font/bit/cyberbit/mod14.font) > > > > > > > I have the newest setup i guess, did a pull today morning as well, is > > > this some other libframe which does not come with official plan9 > > > distribution? > > > > > > /Prem > > > > i thought i was using the one from the distribution. it turns out there is a > > difference. i will put my copy on sources /n/sources/contrib/quanstro/rio > > > > ; 9diff wind.c > > /n/sources/plan9//sys/src/cmd/rio/wind.c:710,716 - wind.c:710,716 > > { > > wsetcols(w); > > if(!w->mouseopen) > > - _frredraw(w, w->Frame.r.min, w->cols[TEXT], nil); > > + _frredraw(w, w->Frame.r.min, w->cols[TEXT], w->cols[BACK]); > > if(w == input){ > > wborder(w, Selborder); > > wsetcursor(w, 0); > > > > - erik