blob: efb3045aa0c26021d93884baa7ee50f392290941 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{$IfDef read_interface}
function gnome_canvas_load_alpha(thefile:Pgchar):PGdkImlibImage;cdecl;external libgnomeuidll name 'gnome_canvas_load_alpha';
procedure gnome_canvas_destroy_image(image:PGdkImlibImage);cdecl;external libgnomeuidll name 'gnome_canvas_destroy_image';
{$EndIf read_interface}
{$Ifdef read_implementation}
{$Endif read_implementation}
|