This commit is contained in:
OBattler
2021-04-27 04:11:11 +02:00

View File

@@ -149,7 +149,7 @@ ui_sb_update_icon(int tag, int active)
if ((found != 0xff) && ((sb_part_icons[found] ^ active) & 1) && active) {
sb_part_icons[found] |= 1;
SendMessage(hwndSBAR, SB_SETICON, found,
PostMessage(hwndSBAR, SB_SETICON, found,
(LPARAM)hIcon[sb_part_icons[found]]);
SetTimer(hwndMain, 0x8000 | found, 75, NULL);
@@ -157,6 +157,7 @@ ui_sb_update_icon(int tag, int active)
}
/* API: This is for the drive state indicator. */
void
ui_sb_update_icon_state(int tag, int state)