From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e605011220524bc2fe41@mail.gmail.com> Date: Wed, 12 Jan 2005 20:52:16 -0800 From: David Leimbach To: Russ Cox Subject: Re: [9fans] plan9port libdraw In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3e1162e605011213134327baa2@mail.gmail.com> Cc: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 2d8238aa-eace-11e9-9e20-41e7f4b1d025 > Go for it. The X11 code needs to be separated a bit better > from the rest of the code, but it's not too bad (it was completely > separate once). Please feel free to contact me if you get even > just a little stuck or need help getting your bearings. Heh.... well this does look like it will be a little bigger a job than I originally thought. Still I think it's probably worth it but I don't think it's any "weekender" :). Looking at files like keyboard.c vs x11-keyboard.c a lot of functions are pretty close to the same except inner I/O handling functions. Part of my problem is not really knowing the X11 APIs very well and as a result trying to understand what some of the code is doing is getting tricky. I was a decent SDL programmer a few years back but I never really did much with X11. :) Hopefully this will be more educational than frustrating. Dave