1allegro_icon(3) Allegro manual allegro_icon(3)
2
3
4
6 allegro_icon - Pointer to the Allegro X11 icon.
7
9 #include <allegro.h>
10
11
12 extern void *allegro_icon;
13
15 This is a pointer to the Allegro X11 icon, which is in the format of
16 standard .xpm bitmap data. You do not normally have to bother with
17 this at all: you can use the xfixicon.sh utility from the tools/x11
18 directory to convert a true colour bitmap to a C file that you only
19 need to link with your own code to set the icon.
20
21
22
23
24
25
26Allegro version 4.4.3 allegro_icon(3)