// 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;
class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase
{
public:
- wxGLApp();
+ wxGLApp() : wxGLAppBase() { }
// implement wxGLAppBase method
virtual bool InitGLVisual(const int *attribList)