FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
gfx_x11_icon_stub.c
Go to the documentation of this file.
1
/*
2
* fb_program_icon stub
3
*
4
* fbc supports compiling a given .xpm icon into an additional object that
5
* it will link in automatically, allowing the X11 gfxlib2 driver to access
6
* the user's xpm icon through the fb_program_icon pointer.
7
*
8
* This stub is supposed to be used when the user doesn't provide an .xpm,
9
* so fbc doesn't have to create the stub itself on every link.
10
*
11
* This must be a separate object to let the linker prefer a fb_program_icon
12
* symbol from an earlier object (e.g. the one generated by fbc).
13
*/
14
15
char
**
fb_program_icon
= 0;
gfxlib2
unix
gfx_x11_icon_stub.c
Generated on Thu Jan 23 2014 19:40:07 for FreeBASIC by
1.8.4