taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.

Francois Gouget fgouget at free.fr
Wed Feb 4 17:19:35 CST 2009


---
 programs/taskmgr/taskmgr.h  |    1 -
 programs/taskmgr/trayicon.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/programs/taskmgr/taskmgr.h b/programs/taskmgr/taskmgr.h
index 59a23e2..f6df582 100644
--- a/programs/taskmgr/taskmgr.h
+++ b/programs/taskmgr/taskmgr.h
@@ -176,7 +176,6 @@ void ProcessPage_OnDebugChannels(void);
 
 #define WM_ONTRAYICON   WM_USER + 5
 
-HICON TrayIcon_GetProcessorUsageIcon(void);
 BOOL TrayIcon_ShellAddTrayIcon(void);
 BOOL TrayIcon_ShellRemoveTrayIcon(void);
 BOOL TrayIcon_ShellUpdateTrayIcon(void);
diff --git a/programs/taskmgr/trayicon.c b/programs/taskmgr/trayicon.c
index 36a2bcc..35740dd 100644
--- a/programs/taskmgr/trayicon.c
+++ b/programs/taskmgr/trayicon.c
@@ -33,7 +33,7 @@
 #include "taskmgr.h"
 #include "perfdata.h"
 
-HICON TrayIcon_GetProcessorUsageIcon(void)
+static HICON TrayIcon_GetProcessorUsageIcon(void)
 {
     HICON        hTrayIcon = NULL;
     HDC            hScreenDC = NULL;
-- 
1.5.6.5




More information about the wine-patches mailing list