wxMacWakeUp needs to be in wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1228,6 +1228,10 @@ void wxMacConvertNewlines10To13( wxChar * data )
|
|||||||
// Common Event Support
|
// Common Event Support
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#endif // wxUSE_GUI
|
||||||
|
|
||||||
|
#if wxUSE_BASE
|
||||||
|
|
||||||
extern ProcessSerialNumber gAppProcess ;
|
extern ProcessSerialNumber gAppProcess ;
|
||||||
|
|
||||||
void wxMacWakeUp()
|
void wxMacWakeUp()
|
||||||
@@ -1258,6 +1262,11 @@ void wxMacWakeUp()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // wxUSE_BASE
|
||||||
|
|
||||||
|
#if wxUSE_GUI
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Carbon Event Support
|
// Carbon Event Support
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user