mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
ami_superimpose_favicon isn't dependent on Amiga icon loader
svn path=/trunk/netsurf/; revision=11253
This commit is contained in:
parent
8aaa55a5ac
commit
360f20b287
10
amiga/icon.c
10
amiga/icon.c
@ -247,6 +247,8 @@ ULONG *amiga_icon_convertcolouricon32(UBYTE *icondata, ULONG width, ULONG height
|
||||
|
||||
}
|
||||
|
||||
#endif /* WITH_AMIGA_ICON */
|
||||
|
||||
void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type)
|
||||
{
|
||||
struct DiskObject *dobj = NULL;
|
||||
@ -327,11 +329,3 @@ void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type
|
||||
PutIconTags(path, dobj,
|
||||
ICONPUTA_NotifyWorkbench, TRUE, TAG_DONE);
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* WITH_AMIGA_ICON */
|
||||
|
Loading…
Reference in New Issue
Block a user