]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/private.h
extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and...
[wxWidgets.git] / include / wx / x11 / private.h
index d1b3a1be5e50a2e5ca47d21ac3acb31d16bc8d0f..6422308b6381b59e621344ae3423725e85446960 100644 (file)
@@ -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_