Why not submit a patch?
uriel
On 8/13/07, erik quanstrom <[EMAIL PROTECTED]> 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
>