On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote:
Ken Thomases ken@codeweavers.com writes:
Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change the configure script to only enable building of it on such systems.
Is there really a compelling reason to not support 10.5.8?
There are Cocoa features that aren't available before 10.6. For example, we can't change window style masks (whether a window has a title bar, etc.) after window creation.
-Ken