From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e6050115120074c5485f@mail.gmail.com> Date: Sat, 15 Jan 2005 12:00:05 -0800 From: David Leimbach To: Aharon Robbins Subject: Re: [9fans] plan9port libdraw In-Reply-To: <3e1162e605011511186155a33a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501131459.j0DExSMn023614@skeeve.com> <3e1162e6050113132167c99ec2@mail.gmail.com> <3e1162e605011511186155a33a@mail.gmail.com> Cc: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 317590ec-eace-11e9-9e20-41e7f4b1d025 Alright I don't know how the heck I missed this... I was just looking through my old SDL code and never once dealt with any kind of resizing. I guess I need to think again on this. http://sdldoc.csn.ul.ie/sdlresizeevent.php <-- clearly can handle resize... Dave On Sat, 15 Jan 2005 11:18:01 -0800, David Leimbach wrote: > Seems I spoke a bit too soon on this port. SDL is really great if you > are just going to allocate a statically sized screen and then never > resize but X11 seems a bit better if you need windows to expand and > shrink. > > I'm not very sure an SDL port would be either easy or a very good idea. > > I'll have to learn to live with running X11.app until I learn otherwise. > > That or porting to Carbon might be a good idea but I have 0 experience > with that, and it would only help Mac OS X users. > > It was an interesting head-first dive into libdraw though :)... not a > complete wash. > > Dave >