]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
added GetHimagelist()
[wxWidgets.git] / include / wx / gtk1 / app.h
index fd4fa6226bbaadc0d519176a2bd6c41d69105053..d4671dd320cc1b92961016659c285ae48891207d 100644 (file)
@@ -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();