]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
ReDOS-ified project files
[wxWidgets.git] / include / wx / utils.h
index daa48783ae68720936b9bc2d0215afcec1285a29..ee0835608ea3ea4f1a4bf9acafaeee427e05bffe 100644 (file)
@@ -370,7 +370,7 @@ WXDLLEXPORT bool wxYield();
 WXDLLEXPORT bool wxYieldIfNeeded();
 
 // Yield to other apps/messages and disable user input
-WXDLLEXPORT bool wxSafeYield(wxWindow *win = NULL);
+WXDLLEXPORT bool wxSafeYield(wxWindow *win = NULL, bool onlyIfNeeded = FALSE);
 
 // Enable or disable input to all top level windows
 WXDLLEXPORT void wxEnableTopLevelWindows(bool enable = TRUE);