[TASKMGR] Simplify tray icon code.

This commit is contained in:
Hermès Bélusca-Maïto 2021-12-21 00:18:51 +01:00
parent 0b4c8bdd1c
commit 6e77747b30
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 39 additions and 59 deletions

View file

@ -8,9 +8,8 @@
#pragma once
#define WM_ONTRAYICON WM_USER + 5
#define WM_ONTRAYICON (WM_USER + 5)
HICON TrayIcon_GetProcessorUsageIcon(void);
BOOL TrayIcon_ShellAddTrayIcon(void);
BOOL TrayIcon_ShellRemoveTrayIcon(void);
BOOL TrayIcon_ShellUpdateTrayIcon(void);
BOOL TrayIcon_AddIcon(VOID);
BOOL TrayIcon_RemoveIcon(VOID);
BOOL TrayIcon_UpdateIcon(VOID);