On Mon, May 01, 2006 at 12:09:18PM +0100, Mike Hearn wrote:
On 5/1/06, Andreas Mohr andi@rhlx01.fht-esslingen.de wrote:
Hmm... ordinal mixup issue? Probably it's the error message which is wrong, but possibly it's our ChoosePixelFormat which sits at the wrong place...
I don't think so. It happily loops around calling DescribePixelFormat looking for a matching descriptor, it just never finds one it's satisfied with ...
Yeah, I think the problem is the flags we return. Adding PFD_GENERIC_FORMAT if we don't set PFD_GENERIC_ACCELERATED helps. But then we run into the opengl in a child window bug...
Huw.