]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
use wxSizer::Fit() for sizing the dialog
[wxWidgets.git] / include / wx / glcanvas.h
index bb4ffa498a3a102f68b864c957cb5f8a127a6955..3ac73811c30d48180abc0caafae3a18349ad6dcd 100644 (file)
@@ -66,7 +66,7 @@ public:
      */
 
     // set this context as the current one
-    virtual void SetCurrent(const wxGLCanvas& win) const = 0;
+    virtual bool SetCurrent(const wxGLCanvas& win) const = 0;
 };
 
 // ----------------------------------------------------------------------------
@@ -99,10 +99,10 @@ public:
     // ----------
 
     // set the given context associated with this window as the current one
-    void SetCurrent(const wxGLContext& context) const;
+    bool SetCurrent(const wxGLContext& context) const;
 
     // flush the back buffer (if we have it)
-    virtual void SwapBuffers() = 0;
+    virtual bool SwapBuffers() = 0;
 
 
     // accessors