1al_set_display_icons(3)                                al_set_display_icons(3)
2
3
4

NAME

6       al_set_display_icons - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_display_icons(ALLEGRO_DISPLAY *display,
12                 int num_icons, ALLEGRO_BITMAP *icons[])
13

DESCRIPTION

15       Changes the icons associated with the display (window).  Multiple icons
16       can be provided for  use  in  different  contexts,  e.g. window  frame,
17       taskbar, alt-tab popup.  The number of icons must be at least one.
18
19              Note:  If  the underlying OS requires an icon of a size not pro‐
20              vided then one of the bitmaps will be scaled up or down  to  the
21              required  size.   The  choice of bitmap is implementation depen‐
22              dent.
23

SINCE

25       5.0.9, 5.1.5
26

SEE ALSO

28       al_set_display_icon(3), al_set_window_title(3)
29
30
31
32Allegro reference manual                               al_set_display_icons(3)
Impressum