]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/glx11.h
switching to OSX naming
[wxWidgets.git] / include / wx / unix / glx11.h
index 687982e068d8b10cba6cc788fe462b10d8a52221..b2d48eacac72fa5836c3460b2e29d999509886d8 100644 (file)
@@ -66,6 +66,9 @@ public:
     // return GLX version: 13 means 1.3 &c
     static int GetGLXVersion();
 
+    // return true if multisample extension is available
+    static bool IsGLXMultiSampleAvailable();
+
     // get the X11 handle of this window
     virtual Window GetXWindow() const = 0;
 
@@ -132,7 +135,7 @@ private:
 class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase
 {
 public:
-    wxGLApp();
+    wxGLApp() : wxGLAppBase() { }
 
     // implement wxGLAppBase method
     virtual bool InitGLVisual(const int *attribList)