Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
allegro_icon(3) 		 Allegro manual 		 allegro_icon(3)

NAME
     allegro_icon - Pointer to the Allegro X11 icon.

SYNOPSIS
     #include <allegro.h>

     extern void *allegro_icon;

DESCRIPTION
     This  is a pointer to the Allegro X11 icon, which is in the format of stan-
     dard .xpm bitmap data.  You do not normally have to  bother  with	this  at
     all:  you	can  use the xfixicon.sh utility from the tools/x11 directory to
     convert a true colour bitmap to a C file that you only need  to  link  with
     your own code to set the icon.

Allegro 			  version 4.4.3 		 allegro_icon(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=allegro_icon&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help