]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 10 Apr 2004 16:09:35 +0000 (16:09 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 10 Apr 2004 16:09:35 +0000 (16:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp

index 1f199792dcfc24087e047b10faca045f5f647994..1f0570f08a35220a71751783d10eb94f32c427bc 100644 (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;