Fix non-unicode char (and typo)
This commit is contained in:
parent
1d31809051
commit
f17eb8cadd
@ -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 it’s 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user