Fix non-unicode char (and typo)

This commit is contained in:
Alexander Karatarakis 2017-02-17 21:37:51 -08:00
parent 1d31809051
commit f17eb8cadd

View File

@ -288,7 +288,7 @@ namespace API
* @param window_handle A handle to the window to be refreshed. * @param window_handle A handle to the window to be refreshed.
*/ */
void refresh_window(window window_handle); 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 update_window(window); ///< Copies the off-screen buffer to the screen for immediate display.
void window_caption(window, const std::string& title_utf8); void window_caption(window, const std::string& title_utf8);