X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84e455807ee62925c98e18d2848954125b128018..5a0a15cf56c4bfde818e9d575fb662612e156c2f:/include/wx/dfb/nonownedwnd.h diff --git a/include/wx/dfb/nonownedwnd.h b/include/wx/dfb/nonownedwnd.h index 2363c785e6..86b7200aa1 100644 --- a/include/wx/dfb/nonownedwnd.h +++ b/include/wx/dfb/nonownedwnd.h @@ -18,6 +18,7 @@ wxDFB_DECLARE_INTERFACE(IDirectFBWindow); class wxDfbQueuedPaintRequests; struct wxDFBWindowEvent; +class wxDFBEventsHandler; //----------------------------------------------------------------------------- // wxNonOwnedWindow @@ -118,8 +119,8 @@ private: // are we currently painting some area of this TLW? bool m_isPainting; - friend class wxGUIEventLoop; // for HandleDFBWindowEvent - friend class wxWindowDFB; // for SetDfbFocus + friend class wxDFBEventsHandler; // for HandleDFBWindowEvent + friend class wxWindowDFB; // for SetDfbFocus }; #endif // _WX_DFB_NONOWNEDWND_H_