SDL_WM_SetCaption

Name

SDL_WM_SetCaption -- Sets the window tile and icon name.

Synopsis

uses
SDL;

procedure SDL_WM_SetCaption( title, icon : PChar );

Description

Sets the title-bar and icon name of the display window.

See Also

SDL_WM_GetCaption , SDL_WM_SetIcon