X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd00fe32fb099384c5fdd337e3749ae461ae497f..f2049b683752950d1fe91aec07318e7f2122ff16:/include/wx/x11/private.h diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index 08406a39bf..0e8f9c6e15 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: private.h +// Name: wx/x11/private.h // Purpose: Private declarations for X11 port // Author: Julian Smart // Modified by: @@ -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 WXDLLIMPEXP_CORE wxMouseEvent; -class WXDLLIMPEXP_CORE wxKeyEvent; -class WXDLLIMPEXP_CORE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxMouseEvent; +class WXDLLIMPEXP_FWD_CORE wxKeyEvent; +class WXDLLIMPEXP_FWD_CORE wxWindow; // ---------------------------------------------------------------------------- // Some Unicode <-> UTF8 macros stolen from GTK @@ -80,9 +80,5 @@ 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_