]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/private.h
No changes, synchronised source names that appear commented at the top of files with...
[wxWidgets.git] / include / wx / x11 / private.h
index d1b3a1be5e50a2e5ca47d21ac3acb31d16bc8d0f..0e8f9c6e151fe3f8841afff30d649210241af578 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        private.h
+// Name:        wx/x11/private.h
 // Purpose:     Private declarations for X11 port
 // Author:      Julian Smart
 // Modified by:
@@ -28,8 +28,8 @@
 // Include common declarations
 #include "wx/x11/privx.h"
 
-#if wxUSE_UNICODE
-#include "pango/pango.h"
+#if wxUSE_PANGO
+#include <pango/pango.h>
 #endif
 
 class WXDLLIMPEXP_FWD_CORE wxMouseEvent;
@@ -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_