#include "wx/menu.h"
#include "wx/settings.h"
+#include "wx/mac/private.h"
+
extern wxWindowList wxModelessWindows;
#if !USE_SHARED_LIBRARY
MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
- m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+ m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
wxModelessWindows.Append(this);
return FALSE;