From: C.W. B. <com...@ho...> - 2012-07-17 23:17:19
|
I've been trying to build the OS X GUI under Lion, but have run into major obstacles. For one, the video_macosx class is using functions that aren't available under Lion (CGDisplayBaseAddress, CGDisplayBytesPerRow, CGDisplayBitsPerPixel). Also, it seems to want to write straight to the display, which is a no-no now. Also, it looks like the whole CGPallette support is deprecated in Lion. While I have worked around the missing CGDisplayBytesPerRow, I think the move away from CGDisplayBaseAddress will be more of a challenge, and I don't know what to say about the deprecation of CGPallettes. Another thing is that it uses a lot of deprecated calls, which should probably be cleaned up before they're removed. |