diff include/SDL_video.h @ 1505:4d005dfbb7f5

Fixed bug #139 The text in SDL_WM_SetCaption() is in UTF-8 encoding.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 01:33:58 +0000
parents 8f3e602904d1
children 8d9bb0cf2c2a
line wrap: on
line diff
--- a/include/SDL_video.h	Mon Mar 13 01:20:05 2006 +0000
+++ b/include/SDL_video.h	Mon Mar 13 01:33:58 2006 +0000
@@ -818,7 +818,7 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 /*
- * Sets/Gets the title and icon text of the display window
+ * Sets/Gets the title and icon text of the display window (UTF-8 encoded)
  */
 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
 extern DECLSPEC void SDLCALL SDL_WM_GetCaption(char **title, char **icon);