if (!gGlobalCursor.IsOk())
{
// update cursor when over toolbar and titlebar etc.
- wxPoint cursorPoint( wxevent.m_x , wxevent.m_y ) ;
- toplevelWindow->MacSetupCursor( cursorPoint );
+ wxSTANDARD_CURSOR->MacInstall() ;
}
}
const wxPoint& pos,
const wxSize& size,
long style, long extraStyle,
- const wxString& name )
+ const wxString& WXUNUSED(name) )
{
OSStatus err = noErr ;