1al_set_window_title(3) al_set_window_title(3)
23
4
NAME
6al_set_window_title - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_window_title(ALLEGRO_DISPLAY *display, const char *title)
12
DESCRIPTION
14Set the title on a display.
15
SEE ALSO
17al_set_display_icon(3), al_set_display_icons(3)
1819
20
21
Allegro reference manual al_set_window_title(3)