From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60701100846p111bad3cg2103d823ad259591@mail.gmail.com> Date: Wed, 10 Jan 2007 08:46:33 -0800 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: request: native graphics on OS X In-Reply-To: <8b5e275a72a12811ff77dd71c92ea888@york.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7effd14cdd3fc7cd4d94d23337745c10@coraid.com> <8b5e275a72a12811ff77dd71c92ea888@york.ac.uk> Topicbox-Message-UUID: 00b2523e-ead2-11e9-9d60-3106f5b1d025 On 1/10/07, Abhey Shah wrote: > because of CGImageCreateWithImageInRect it looks like it's 10.4 only > which might be why it's not working on the imac? I've got 10.4 :-) It's an Intel iMac. > > On 10 Jan 2007, at 00:05, Brantley Coile wrote: > > > is there a binary anywhere? > > > >>> Any update here? > >> > >> Paul got the native OS X graphics code working a few weeks ago. > >> I have just checked it into the CVS repository. The tarball at > >> http://swtch.com/drawterm/ is up to date. > >> > >> If before you used make 'CONF=osx' to get the OS X/X11 build, > >> you should now use make 'CONF=osx-x11'. Using plain make 'CONF=osx' > >> will now build the native Carbon version. > >> > >> There are still some things that could be done in the graphics code. > >> In particular, it would be nice if the keyboard modifiers that X11 > >> uses to get alternate mouse buttons worked here too -- otherwise > >> on laptops you have a one-button drawterm. > >> > >> The changes I have just pushed out are untested by me (I tested > >> an earlier version of them) and may not even compile (I am not at > >> a Mac right now). Mail me and Paul if you have any problems. > >> > >> Russ > > > > > >