From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200403261927.i2QJR8Y18542@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] ports update In-reply-to: Your message of "Fri, 26 Mar 2004 14:16:23 -0500." <40648187.6050901@swtch.com> References: <200403261905.i2QJ5OA19487@plg2.math.uwaterloo.ca> <40648187.6050901@swtch.com> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18540.1080329227.1@zamenhof.cs.utwente.nl> Date: Fri, 26 Mar 2004 20:27:08 +0100 Topicbox-Message-UUID: 44482ea6-eacd-11e9-9e20-41e7f4b1d025 > I did just fix an important bug in the resize code > that could cause stray memory accesses after you've > resized the window. And many thanks for that!! > And I rolled in Axel's new startup > code changes -- they handle the case where you're > sitting at a (say) 24-bit display but have your default > window depth set to 8-bit. Just to have it mentioned in public: the code only uses the default window depth if all else fails -- if it succeeds at 24-bit it will happily ignore your default 8-bit. (if this would be too surprising the code could be changed to only try the default, I guess) Axel.