]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
Fixed Refresh to clip update rectangles to the visible area of a
[wxWidgets.git] / src / mac / listbox.cpp
index 0cc15e774f43ae8f9520207ca96ce844837638b1..9daaf275e82b77581269dbbd28b1698d24d3a1b7 100644 (file)
@@ -823,7 +823,7 @@ void wxListBox::OnSize( const wxSizeEvent &event)
     LCellSize( pt , (ListHandle)m_macList ) ;
 }
 
-void wxListBox::MacHandleControlClick( WXWidget control , wxInt16 controlpart )
+void wxListBox::MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool WXUNUSED(mouseStillDown))
 {
     Boolean wasDoubleClick = false ;
     long    result ;