X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8033a5ddc49eac10758bad563479e573fdf7390..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/x11/private.h diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index 80596e6bbd..955152cb34 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -28,13 +28,13 @@ // Include common declarations #include "wx/x11/privx.h" -#if wxUSE_UNICODE -#include "pango/pango.h" +#if wxUSE_PANGO +#include #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_