X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8033a5ddc49eac10758bad563479e573fdf7390..8ba1644391f9fd8fa7f2d2a9c102cd78a1d799cb:/include/wx/x11/private.h diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index 80596e6bbd..d1b3a1be5e 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -32,9 +32,9 @@ #include "pango/pango.h" #endif -class wxMouseEvent; -class wxKeyEvent; -class wxWindow; +class WXDLLIMPEXP_FWD_CORE wxMouseEvent; +class WXDLLIMPEXP_FWD_CORE wxKeyEvent; +class WXDLLIMPEXP_FWD_CORE wxWindow; // ---------------------------------------------------------------------------- // Some Unicode <-> UTF8 macros stolen from GTK @@ -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_