http://bugs.winehq.org/show_bug.cgi?id=3778
------- Additional Comments From willie@froq.net 2005-09-11 13:32 ------- OK, seems there's real coding involved after all. If adding the values would have been sufficient I could have done it, but anything else is way beyond my capabilities... :-(
I don't get x11drv anyway. How to tell what capabilites are supported? The code doesn't make much sense to me - AFAIU, currently, GetDeviceCaps could return 15 for BITSPIXEL. Which should never happen according to the page on MSDN I linked. Or why does GetDeviceCaps return CP_REGION for CLIPCAPS, even though MSDN states it should return 0 or 1. But another page on MSDN states that "CP_REGION" would be valid (for CDC::GetDeviceCaps)!?