projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replac...
[wxWidgets.git]
/
include
/
wx
/
x11
/
private.h
diff --git
a/include/wx/x11/private.h
b/include/wx/x11/private.h
index 5d5814b0d727b8e6f086293ec893a91e6ebd6760..955152cb3424aba1a5c9ca78086c9bec01fc2e5b 100644
(file)
--- a/
include/wx/x11/private.h
+++ b/
include/wx/x11/private.h
@@
-28,13
+28,13
@@
// Include common declarations
#include "wx/x11/privx.h"
// Include common declarations
#include "wx/x11/privx.h"
-#if wxUSE_
UNICODE
-#include
"pango/pango.h"
+#if wxUSE_
PANGO
+#include
<pango/pango.h>
#endif
#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
// ----------------------------------------------------------------------------
// 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);
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_
#endif
// _WX_PRIVATE_H_