X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/mac/carbon/dcscreen.h diff --git a/include/wx/mac/carbon/dcscreen.h b/include/wx/mac/carbon/dcscreen.h index 4e2ed0511f..052f5fb7b8 100644 --- a/include/wx/mac/carbon/dcscreen.h +++ b/include/wx/mac/carbon/dcscreen.h @@ -28,6 +28,10 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; } static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; } static bool EndDrawingOnTop() { return TRUE; } + private: +#if wxMAC_USE_CORE_GRAPHICS + void* m_overlayWindow; +#endif }; #endif