applied patch fixing problems with X server crash when using wxGLCanvas with nVidia cards (patch 1155132)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,8 +61,9 @@ public:
|
||||
unsigned char *m_colorCube;
|
||||
|
||||
// Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
|
||||
// selection; this is actually an XVisualInfo*
|
||||
void *m_glVisualInfo;
|
||||
// selection.
|
||||
void *m_glVisualInfo; // this is actually an XVisualInfo*
|
||||
void *m_glFBCInfo; // this is actually an GLXFBConfig*
|
||||
// This returns the current visual: either that used by wxRootWindow
|
||||
// or the XVisualInfo* for SGI.
|
||||
GdkVisual *GetGdkVisual();
|
||||
|
Reference in New Issue
Block a user