X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc70081166ac3387eb9e426f20c25552c4d04a31..f6840be66eb772c08f0cbb43de677509d5d132bb:/include/wx/gtk1/app.h?ds=sidebyside diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 3fb0e93c8a..d4671dd320 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -56,14 +56,14 @@ public: #endif // __WXDEBUG__ gint m_idleTag; -#if wxUSE_THREADS - gint m_wakeUpTimerTag; -#endif + 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();