X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ec69e9666e300c9ba210812a11ca5dc9111b5f9..19253261f5c6127f5448078295d4cbe1521d469f:/include/wx/glcanvas.h diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 3ac73811c3..e02657cc96 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -108,6 +108,9 @@ public: // accessors // --------- + // check if the given attributes are supported without creating a canvas + static bool IsDisplaySupported(const int *attribList); + const wxPalette *GetPalette() const { return &m_palette; } // miscellaneous helper functions