]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
moving tlw list up, cleanup
[wxWidgets.git] / include / wx / popupwin.h
index 72d822411cd8678288df637d25eda1b182165f2a..72f2518c26ba1f725105aa9dc1f059ba121dab65 100644 (file)
@@ -129,7 +129,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