Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -541,7 +541,7 @@ wxString wxWindowOS2::GetTitle() const
|
||||
return wxGetWindowText(GetHWND());
|
||||
} // end of wxWindowOS2::GetTitle
|
||||
|
||||
void wxWindowOS2::CaptureMouse()
|
||||
void wxWindowOS2::DoCaptureMouse()
|
||||
{
|
||||
HWND hWnd = GetHwnd();
|
||||
|
||||
@@ -552,7 +552,7 @@ void wxWindowOS2::CaptureMouse()
|
||||
}
|
||||
} // end of wxWindowOS2::GetTitle
|
||||
|
||||
void wxWindowOS2::ReleaseMouse()
|
||||
void wxWindowOS2::DoReleaseMouse()
|
||||
{
|
||||
if (m_bWinCaptured)
|
||||
{
|
||||
|
Reference in New Issue
Block a user