al_x_set_initial_icon - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro_x.h> bool al_x_set_initial_icon(ALLEGRO_BITMAP *bitmap)
Description
On some window managers (notably Ubuntu’s Unity) al_set_display_icon doesn’t work and you need to use a .desktop file. But with this function you can set an icon before calling al_create_display. This works by setting the icon before XMapWindow.
Since
5.2.3
[Unstable API]: New API.
Info
Allegro reference manual