taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
This commit is contained in:
parent
07ccd5a36d
commit
678a0e1eb5
|
@ -176,7 +176,6 @@ void ProcessPage_OnDebugChannels(void);
|
||||||
|
|
||||||
#define WM_ONTRAYICON WM_USER + 5
|
#define WM_ONTRAYICON WM_USER + 5
|
||||||
|
|
||||||
HICON TrayIcon_GetProcessorUsageIcon(void);
|
|
||||||
BOOL TrayIcon_ShellAddTrayIcon(void);
|
BOOL TrayIcon_ShellAddTrayIcon(void);
|
||||||
BOOL TrayIcon_ShellRemoveTrayIcon(void);
|
BOOL TrayIcon_ShellRemoveTrayIcon(void);
|
||||||
BOOL TrayIcon_ShellUpdateTrayIcon(void);
|
BOOL TrayIcon_ShellUpdateTrayIcon(void);
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include "taskmgr.h"
|
#include "taskmgr.h"
|
||||||
#include "perfdata.h"
|
#include "perfdata.h"
|
||||||
|
|
||||||
HICON TrayIcon_GetProcessorUsageIcon(void)
|
static HICON TrayIcon_GetProcessorUsageIcon(void)
|
||||||
{
|
{
|
||||||
HICON hTrayIcon = NULL;
|
HICON hTrayIcon = NULL;
|
||||||
HDC hScreenDC = NULL;
|
HDC hScreenDC = NULL;
|
||||||
|
|
Loading…
Reference in New Issue