X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba4f890e49f4c8b55ec5cda0248d9df01f178f12..c063adebbad51e9ba8727a5e37d89190807864a4:/interface/wx/dcbuffer.h diff --git a/interface/wx/dcbuffer.h b/interface/wx/dcbuffer.h index 93492e4b5a..bad9f71789 100644 --- a/interface/wx/dcbuffer.h +++ b/interface/wx/dcbuffer.h @@ -154,6 +154,13 @@ public: }; +/** + * Check if the window is natively double buffered and will return a wxPaintDC + * if it is, a wxBufferedPaintDC otherwise. It is the caller's responsibility + * to delete the wxDC pointer when finished with it. + */ +wxDC* wxAutoBufferedPaintDCFactory(wxWindow* window); + /** @class wxBufferedPaintDC