popupwin on mac behaves as the implementation for msw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-05 16:54:48 +00:00
parent e0e18c5fe9
commit 804a5713e9

View File

@@ -127,7 +127,7 @@ protected:
// get alerted when child gets deleted from under us
void OnDestroy(wxWindowDestroyEvent& event);
#ifdef __WXMSW__
#if defined( __WXMSW__ ) || defined( __WXMAC__ )
// check if the mouse needs captured or released
void OnIdle(wxIdleEvent& event);
#endif