.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_set_display_icons" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_display_icons - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_set_display_icons(ALLEGRO_DISPLAY *display, int num_icons, ALLEGRO_BITMAP *icons[]) \f[R] .fi .SH DESCRIPTION .PP Changes the icons associated with the display (window). Multiple icons can be provided for use in different contexts, e.g.\ window frame, taskbar, alt-tab popup. The number of icons must be at least one. .RS .PP \f[I]Note:\f[R] If the underlying OS requires an icon of a size not provided then one of the bitmaps will be scaled up or down to the required size. The choice of bitmap is implementation dependent. .RE .SH SINCE .PP 5.0.9, 5.1.5 .SH SEE ALSO .PP al_set_display_icon(3alleg5), al_set_window_title(3alleg5)