From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Wed, 29 Mar 2006 21:30:59 -0600 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] rio support for antialiased fonts Topicbox-Message-UUID: 26036a24-ead1-11e9-9d60-3106f5b1d025 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 == input){ wborder(w, Selborder); wsetcursor(w, 0);