X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c2697717a035a075627c641dee854849e1b34cd..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/unix/glx11.h diff --git a/include/wx/unix/glx11.h b/include/wx/unix/glx11.h index 9f8d6353e2..34ed4dd46d 100644 --- a/include/wx/unix/glx11.h +++ b/include/wx/unix/glx11.h @@ -3,7 +3,6 @@ // Purpose: class common for all X11-based wxGLCanvas implementations // Author: Vadim Zeitlin // Created: 2007-04-15 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -66,6 +65,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;