Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2004-04-10 16:09:35 +00:00
parent f8ca3d720e
commit 557d6f3247

View File

@@ -426,7 +426,9 @@ pascal void wxMacLiveScrollbarActionProc( ControlRef control , ControlPartCode p
void wxWindowMac::Init()
{
m_frozenness = 0 ;
#if WXWIN_COMPATIBILITY_2_4
m_backgroundTransparent = FALSE;
#endif
// as all windows are created with WS_VISIBLE style...
m_isShown = TRUE;