1al_set_new_window_title(3)                          al_set_new_window_title(3)
2
3
4

NAME

6       al_set_new_window_title - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_new_window_title(const char *title)
12

DESCRIPTION

14       Set the title that will be used when a new display is created.  Allegro
15       uses a static buffer of ALLEGRO_NEW_WINDOW_TITLE_MAX_SIZE(3)  to  store
16       this, so the length of the titme you set must be less than this.
17

SEE ALSO

19       al_set_window_title(3),    al_get_new_window_title(3),   al_create_dis‐
20       play(3), ALLEGRO_NEW_WINDOW_TITLE_MAX_SIZE(3)
21

SINCE

23       5.1.12
24
25
26
27Allegro reference manual                            al_set_new_window_title(3)
Impressum