Yes, it only calls it with Layer 0. I guess it's just a flexibility thing - the functions we use allow us to choose a layer but we never do. I guess it could just be a passthrough implementation with a ERR if an app ever requires anything other than layer 0?
On Fri, 2002-11-29 at 15:43, Lionel Ulmer wrote:
No idea, I don't even know what they are. The application I'm trying to get working is a little open source project I've been involved with for the last few years (pythianproject.org), written in Delphi. The OpenGL initialization code was produced by the Delphi JEDI organisation which probably means it's been reused a fair few times in various Delphi OpenGL projects.
Can you give me the actual parameters used by the application ? Because if it only ever uses plane '0', Wine can implement it pretty quickly by just calling the standard CreateContext function.
Lionel