equal
deleted
inserted
replaced
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 /* |