9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "David Leimbach" <leimy2k@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] rio support for antialiased fonts
Date: Thu, 30 Mar 2006 08:13:35 -0800	[thread overview]
Message-ID: <3e1162e60603300813l54cc75c1qad4ba9636514df01@mail.gmail.com> (raw)
In-Reply-To: <af6d8d5bb5baf9abf8da872cf5993882@quanstro.net>

Got a screenshot?

On 3/29/06, erik quanstrom <quanstro@quanstro.net> 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 == input){
>                 wborder(w, Selborder);
>                 wsetcursor(w, 0);
>


  reply	other threads:[~2006-03-30 16:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-30  3:30 erik quanstrom
2006-03-30 16:13 ` David Leimbach [this message]
2006-03-30 16:20   ` Russ Cox
2006-03-31 14:17 erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e1162e60603300813l54cc75c1qad4ba9636514df01@mail.gmail.com \
    --to=leimy2k@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).