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:
@@ -254,7 +254,7 @@ bool wxWindowMac::Enable(bool enable)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void wxWindowMac::CaptureMouse()
|
||||
void wxWindowMac::DoCaptureMouse()
|
||||
{
|
||||
wxTheApp->s_captureWindow = this ;
|
||||
}
|
||||
@@ -264,7 +264,7 @@ wxWindow* wxWindowBase::GetCapture()
|
||||
return wxTheApp->s_captureWindow ;
|
||||
}
|
||||
|
||||
void wxWindowMac::ReleaseMouse()
|
||||
void wxWindowMac::DoReleaseMouse()
|
||||
{
|
||||
wxTheApp->s_captureWindow = NULL ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user