post wxUniv merge fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -296,6 +296,11 @@ void wxWindow::CaptureMouse()
|
||||
wxTheApp->s_captureWindow = this ;
|
||||
}
|
||||
|
||||
wxWindow* wxWindowBase::GetCapture()
|
||||
{
|
||||
return wxTheApp->s_captureWindow ;
|
||||
}
|
||||
|
||||
void wxWindow::ReleaseMouse()
|
||||
{
|
||||
wxTheApp->s_captureWindow = NULL ;
|
||||
|
Reference in New Issue
Block a user