]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/window.cpp
post wxUniv merge fixes
[wxWidgets.git] / src / mac / window.cpp
index 1dc5b4e6ae3ed4fb3765bc703ded4de9efe6108c..62f65318ea5e38ce450fa140d9805abe153bafbc 100644 (file)
@@ -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 ;