X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968eb2ef396c78442ffea7a2463f3777ca6d1632..3a0c45985d34cd2a2884aaca5ba9f3689d7048a7:/include/wx/x11/private.h?ds=sidebyside

diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h
index 5d5814b0d7..08406a39bf 100644
--- a/include/wx/x11/private.h
+++ b/include/wx/x11/private.h
@@ -80,5 +80,9 @@ extern Window wxGetWindowParent(Window window);
 bool wxSetWMDecorations(Window w, long style);
 bool wxMWMIsRunning(Window w);
 
+// Checks if any of our children are finished.
+// implemented in src/x11/utils.cpp
+void wxCheckForFinishedChildren();
+
 #endif
 // _WX_PRIVATE_H_