From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60603300813l54cc75c1qad4ba9636514df01@mail.gmail.com> Date: Thu, 30 Mar 2006 08:13:35 -0800 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] rio support for antialiased fonts In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: 268f7898-ead1-11e9-9d60-3106f5b1d025 Got a screenshot? On 3/29/06, erik quanstrom wrote: > this is what's needed, if you're interested. > > ; diff -c /n/sources/plan9/sys/src/cmd/rio . > diff -c /n/sources/plan9/sys/src/cmd/rio/wind.c ./wind.c > /n/sources/plan9/sys/src/cmd/rio/wind.c:709,716 - ./wind.c:709,718 > wrepaint(Window *w) > { > wsetcols(w); > - if(!w->mouseopen) > + if(!w->mouseopen){ > + draw(w->Frame.b, w->Frame.r, w->display->white, nil, ZP); > _frredraw(w, w->Frame.r.min); > + } > if(w =3D=3D input){ > wborder(w, Selborder); > wsetcursor(w, 0); >