9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: [9fans] rio support for antialiased fonts
Date: Wed, 29 Mar 2006 21:30:59 -0600	[thread overview]
Message-ID: <af6d8d5bb5baf9abf8da872cf5993882@quanstro.net> (raw)

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  3:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-30  3:30 erik quanstrom [this message]
2006-03-30 16:13 ` David Leimbach
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=af6d8d5bb5baf9abf8da872cf5993882@quanstro.net \
    --to=quanstro@quanstro.net \
    --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).