Merge branch 'alexkaratarakis-hotfix-1.4.1' into hotfix-1.4.1

This commit is contained in:
Jinhao 2017-02-18 14:01:21 +08:00
commit e47775fc07

View File

@ -288,7 +288,7 @@ namespace API
* @param window_handle A handle to the window to be refreshed.
*/
void refresh_window(window window_handle);
void refresh_window_tree(window); ///< Refreshs the specified window and all its children windows, then display it immediately
void refresh_window_tree(window); ///< Refreshes the specified window and all its children windows, then display it immediately
void update_window(window); ///< Copies the off-screen buffer to the screen for immediate display.
void window_caption(window, const std::string& title_utf8);