X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968eb2ef396c78442ffea7a2463f3777ca6d1632..53a3a6dc63c36641ad3104a080edaf7fdda512a7:/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_