X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..b736d59eb531794e6b1cef2b4997c517569ff0dd:/include/wx/x11/private.h diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index d1b3a1be5e..d1436aec45 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: private.h +// Name: wx/x11/private.h // Purpose: Private declarations for X11 port // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,8 +27,8 @@ // Include common declarations #include "wx/x11/privx.h" -#if wxUSE_UNICODE -#include "pango/pango.h" +#if wxUSE_PANGO +#include #endif class WXDLLIMPEXP_FWD_CORE wxMouseEvent; @@ -80,9 +79,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_