return FALSE;
Point localOrigin ;
- Rect clipRect ;
+ // Rect clipRect ;
WindowRef window = (WindowRef) MacGetRootWindow() ;
- wxWindow *win ;
+ // wxWindow *win ;
int lx , ly ;
lx = ly = 0 ;
{
Point localOrigin ;
- Rect clipRect ;
- WindowRef window ;
- wxWindow *win ;
+ // Rect clipRect ;
+ // WindowRef window ;
+ // wxWindow *win ;
int lx , ly ;
lx = ly = 0 ;
MacWindowToRootWindow( &lx , &ly ) ;
if ( event.m_metaDown )
modifiers |= cmdKey ;
- controlpart = FindControl( localwhere , window , &control ) ;
+ controlpart = ::FindControl( localwhere , window , &control ) ;
{
if ( control && ::IsControlActive( control ) )
{