delx.au
/
code
/
refind
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug that caused volume icons to be read only from default icons
[refind]
/
refind
/
lib.h
diff --git
a/refind/lib.h
b/refind/lib.h
index
7f379b3
..
12f85ef
100644
(file)
--- a/
refind/lib.h
+++ b/
refind/lib.h
@@
-103,6
+103,7
@@
VOID FreeList(IN OUT VOID ***ListPtr, IN OUT UINTN *ElementCount);
VOID SetVolumeBadgeIcon(REFIT_VOLUME *Volume);
VOID ScanVolumes(VOID);
VOID SetVolumeBadgeIcon(REFIT_VOLUME *Volume);
VOID ScanVolumes(VOID);
+VOID SetVolumeIcons(VOID);
BOOLEAN FileExists(IN EFI_FILE *BaseDir, IN CHAR16 *RelativePath);
BOOLEAN FileExists(IN EFI_FILE *BaseDir, IN CHAR16 *RelativePath);