Re: glXChooseVisual does not handle GLX_RGBA correctly

2007-05-16 Thread Larry Hall (Cygwin X)
Geoff Levner wrote: > Larry Hall (Cygwin X) wrote: >> Geoff Levner wrote: >> >>> I have an OpenGL-based application executing on a Sun, but displaying >>> on a PC running Windows XP and an X server. The app requires a >>> TrueColor visual, so when it calls glXChooseVisual, it passes >>> GLX_RGBA i

Re: glXChooseVisual does not handle GLX_RGBA correctly

2007-05-14 Thread Geoff Levner
Larry Hall (Cygwin X) wrote: Geoff Levner wrote: I have an OpenGL-based application executing on a Sun, but displaying on a PC running Windows XP and an X server. The app requires a TrueColor visual, so when it calls glXChooseVisual, it passes GLX_RGBA in the attribute list. This works fine w

Re: glXChooseVisual does not handle GLX_RGBA correctly

2007-05-14 Thread Larry Hall (Cygwin X)
Geoff Levner wrote: > I have an OpenGL-based application executing on a Sun, but displaying on > a PC running Windows XP and an X server. The app requires a TrueColor > visual, so when it calls glXChooseVisual, it passes GLX_RGBA in the > attribute list. This works fine with another X server (Excee

glXChooseVisual does not handle GLX_RGBA correctly

2007-05-14 Thread Geoff Levner
I have an OpenGL-based application executing on a Sun, but displaying on a PC running Windows XP and an X server. The app requires a TrueColor visual, so when it calls glXChooseVisual, it passes GLX_RGBA in the attribute list. This works fine with another X server (Exceed), but when using Cygwi