From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58016f906ee4ee8db79b500cdecbe236@quanstro.net> From: erik quanstrom Date: Fri, 31 Mar 2006 11:16:20 -0600 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Subject: [9fans] =?iso-8859-1?q?libdraw_=CE=B1_differences_between_plan_9?= =?iso-8859-1?q?_and_p9p?= Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 2a889e84-ead1-11e9-9d60-3106f5b1d025 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: /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, 0x5f= )); + selected =3D eallocimage(one, 1, RGBA32, setalpha(DPalebluegreen, 0x9f= )); is a mapping needed to convert libdraw =CE=B1 values to X? - erik p.s. p9p mahjongg is on sources but it's missing the tile sets and lib co= nfiguration.