]> git.saurik.com Git - wxWidgets.git/commitdiff
And another compilation fix.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Oct 2011 18:08:46 +0000 (18:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Oct 2011 18:08:46 +0000 (18:08 +0000)
This time it really does compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/toplevel.cpp

index 4d73a656d967dae6c2e752143124f70e3b8b46cf..eed18cf06c087a2d55c3787eb972f2426d4f0fdb 100644 (file)
@@ -330,7 +330,7 @@ void wxTopLevelWindowGTK::GTKHandleRealized()
         SetIcons(icons);
 
     if (HasFlag(wxFRAME_SHAPED))
         SetIcons(icons);
 
     if (HasFlag(wxFRAME_SHAPED))
-        SetShape(win->m_shape); // it will really set the window shape now
+        SetShape(m_shape); // it will really set the window shape now
 }
 
 //-----------------------------------------------------------------------------
 }
 
 //-----------------------------------------------------------------------------