1al_set_display_icon(3) Library Functions Manual al_set_display_icon(3)
23
4
NAME
6al_set_display_icon
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_display_icon(ALLEGRO_DISPLAY *display, ALLEGRO_BITMAP *icon)
12
DESCRIPTION
14Changes the icon associated with the display (window).
1516
Note: If the underlying OS can not use an icon with the size of
17the provided bitmap, it will be scaled.
18
SEE ALSO
20al_set_window_title(3)
2122
23
24
Allegro reference manual al_set_display_icon(3)