X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/448c8e496d016d837c1cdced2c3d20805eff225e..413baa20a1d96d2e886bffc0b06ff97f6d8c472b:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 33b62e1c15..d4671dd320 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -56,11 +56,14 @@ public: #endif // __WXDEBUG__ gint m_idleTag; + void RemoveIdleTag(); + 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();