X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5f1fd3e33d25740ad47e4755868c74a58c0f9eb..f001799009630c46bc87aff5a84dbd2523005505:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 6014589623..2681dea253 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -32,7 +32,7 @@ class wxApp: public wxAppBase { public: wxApp(); - ~wxApp(); + virtual ~wxApp(); /* override for altering the way wxGTK intializes the GUI * (palette/visual/colorcube). under wxMSW, OnInitGui() does nothing by @@ -75,6 +75,10 @@ public: #endif 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; + private: // true if we're inside an assert modal dialog #ifdef __WXDEBUG__