]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/window_osx.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / osx / window_osx.cpp
index d5a4f2a756ce7b5aba2ddd928e4b8a83b59f2b51..237a0ad691f87a393d1bbf8a4a5c298f03705d24 100644 (file)
@@ -1343,7 +1343,6 @@ void  wxWindowMac::MacPaintGrowBox()
 
         int size = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
         CGRect cgrect = CGRectMake( rect.right - size , rect.bottom - size , size , size ) ;
 
         int size = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
         CGRect cgrect = CGRectMake( rect.right - size , rect.bottom - size , size , size ) ;
-        CGPoint cgpoint = CGPointMake( rect.right - size , rect.bottom - size ) ;
         CGContextSaveGState( cgContext );
 
         if ( m_backgroundColour.Ok() )
         CGContextSaveGState( cgContext );
 
         if ( m_backgroundColour.Ok() )
@@ -1858,7 +1857,7 @@ bool wxWindowMac::MacDoRedraw( long time )
     {
         // paint the window itself
 
     {
         // paint the window itself
 
-        wxPaintEvent event;
+        wxPaintEvent event(GetId());
         event.SetTimestamp(time);
         event.SetEventObject(this);
         handled = HandleWindowEvent(event);
         event.SetTimestamp(time);
         event.SetEventObject(this);
         handled = HandleWindowEvent(event);