Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1504:7b4b31075f67 | 1505:4d005dfbb7f5 |
---|---|
816 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | 816 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
817 /* These functions allow interaction with the window manager, if any. */ | 817 /* These functions allow interaction with the window manager, if any. */ |
818 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | 818 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
819 | 819 |
820 /* | 820 /* |
821 * Sets/Gets the title and icon text of the display window | 821 * Sets/Gets the title and icon text of the display window (UTF-8 encoded) |
822 */ | 822 */ |
823 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon); | 823 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon); |
824 extern DECLSPEC void SDLCALL SDL_WM_GetCaption(char **title, char **icon); | 824 extern DECLSPEC void SDLCALL SDL_WM_GetCaption(char **title, char **icon); |
825 | 825 |
826 /* | 826 /* |