EVT_PAINT(wxStatusBarMac::OnPaint)
END_EVENT_TABLE()
+#ifdef __WXMAC__
+#include "wx/mac/private.h"
+#endif
+
// ============================================================================
// implementation
// ============================================================================
wxRect rect;
GetFieldRect(i, rect);
- if ( !IsWindowHilited( MacGetRootWindow() ) )
+ if ( !IsWindowHilited( MAC_WXHWND( MacGetRootWindow() ) ) )
{
dc.SetTextForeground( wxColour( 0x80 , 0x80 , 0x80 ) ) ;
}
{
wxPaintDC dc(this);
- if ( IsWindowHilited( MacGetRootWindow() ) )
+ if ( IsWindowHilited( MAC_WXHWND( MacGetRootWindow() ) ) )
{
wxPen black( wxBLACK , 1 , wxSOLID ) ;
wxPen white( wxWHITE , 1 , wxSOLID ) ;
{
Refresh(FALSE) ;
wxWindow::MacSuperEnabled( enabled ) ;
-}
\ No newline at end of file
+}