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:
@@ -160,7 +160,9 @@ public:
|
||||
*m_sharedContext;
|
||||
wxGLCanvas *m_sharedContextOf;
|
||||
void *m_vi; // actually an XVisualInfo*
|
||||
GLXFBConfig *m_fbc;
|
||||
bool m_canFreeVi;
|
||||
bool m_canFreeFBC;
|
||||
GtkWidget *m_glWidget;
|
||||
bool m_exposed;
|
||||
|
||||
@@ -169,7 +171,12 @@ public:
|
||||
// caller is reponsible for using XFree() to deallocate
|
||||
// the returned structure.
|
||||
static void* ChooseGLVisual(int *attribList);
|
||||
static void* ChooseGLFBC(int *attribList);
|
||||
static void GetGLAttribListFromWX(int *wx_attribList, int *gl_attribList );
|
||||
|
||||
static void QueryGLXVersion();
|
||||
static int GetGLXVersion();
|
||||
static int m_glxVersion;
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_CLASS(wxGLCanvas)
|
||||
|
Reference in New Issue
Block a user