]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/glx11.h
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
[wxWidgets.git] / include / wx / unix / glx11.h
index 9f8d6353e2b4911ce6bb89be170e1ab75150529b..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;