From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 31 Mar 2006 10:59:57 -0600 To: 9fans@cse.psu.edu Subject: Re: [9fans] libdraw_α_differences_between_plan_9 _and_p9p MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 2a90e012-ead1-11e9-9d60-3106f5b1d025 evidently i've found a bug in upas/marshal, too. - erik On Fri Mar 31 10:28:27 CST 2006, quanstro@quanstro.net wrote: > i've noticed a difference in how the =CE=B1 channel looks in p9p vs. > plan 9. for example when porting mahjongg to plan9port, > i need to make this change to make the selection highlighting > apparent: >=20 > /sys/src/games/mahjongg//mahjongg.c:75,81 - ./mahjongg.c:75,81 > { > Rectangle one =3D Rect(0, 0, 1, 1); > =09 > - selected =3D eallocimage(one, 1, RGBA32, setalpha(DPalebluegreen, 0x= 5f)); > + selected =3D eallocimage(one, 1, RGBA32, setalpha(DPalebluegreen, 0x= 9f)); >=20 > is a mapping needed to convert libdraw =CE=B1 values to X? >=20 > - erik >=20 > p.s. p9p mahjongg is on sources but it's missing the tile sets and lib = configuration. >=20