]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/gtk/glcanvas.h
1. test for thr_setconcurrency() added to configure
[wxWidgets.git] / utils / glcanvas / gtk / glcanvas.h
index fc0d51561e1fe3fb2da4bf8c1879849d7585c630..f426e65ddaff34120aa59528aa6134ac4043a806 100644 (file)
@@ -123,16 +123,18 @@ public:
    void SwapBuffers();
 
    void OnSize(wxSizeEvent& event);
+   
+   void OnInternalIdle();
 
    inline wxGLContext* GetContext() const { return m_glContext; } 
 
  // implementation
   
-    virtual GtkWidget *GetConnectWidget();
-    bool IsOwnGtkWindow( GdkWindow *window );
-  
-    wxGLContext      *m_glContext; 
+    wxGLContext      *m_glContext,
+                     *m_sharedContext;
+    void             *m_vi;
     GtkWidget        *m_glWidget;
+    bool              m_exposed;
 
 private:
     DECLARE_EVENT_TABLE()