projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SetTextColor --> SetTextColour, to be consistent with the rest of the lib
[wxWidgets.git]
/
include
/
wx
/
x11
/
private.h
diff --git
a/include/wx/x11/private.h
b/include/wx/x11/private.h
index 5d5814b0d727b8e6f086293ec893a91e6ebd6760..08406a39bff03407360882679643307b9519700c 100644
(file)
--- a/
include/wx/x11/private.h
+++ b/
include/wx/x11/private.h
@@
-80,5
+80,9
@@
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_