X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c2697717a035a075627c641dee854849e1b34cd..db414879d45f5da2be534a0f523b0506f2ab1183:/include/wx/unix/glx11.h diff --git a/include/wx/unix/glx11.h b/include/wx/unix/glx11.h index 9f8d6353e2..b2d48eacac 100644 --- a/include/wx/unix/glx11.h +++ b/include/wx/unix/glx11.h @@ -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;