]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/topluniv.cpp
concentrating content and structure region calculations
[wxWidgets.git] / src / univ / topluniv.cpp
index 0ac5717db0d424386391e47cb71699fda45308a2..dea87cf2f57191bb03c0865c44c1035d6f4acae9 100644 (file)
@@ -238,7 +238,7 @@ void wxTopLevelWindow::DoSetClientSize(int width, int height)
         wxTopLevelWindowNative::DoSetClientSize(width, height);
 }
 
-void wxTopLevelWindow::OnNcPaint(wxPaintEvent& event)
+void wxTopLevelWindow::OnNcPaint(wxNcPaintEvent& event)
 {
     if ( !ms_drawDecorations || !m_renderer )
         event.Skip();