X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968eb2ef396c78442ffea7a2463f3777ca6d1632..781130bf6070ea8b93981ea95c1a786eefc2842e:/include/wx/x11/private.h 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_