Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
678a0e1e
Commit
678a0e1e
authored
Feb 05, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
parent
07ccd5a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
taskmgr.h
programs/taskmgr/taskmgr.h
+0
-1
trayicon.c
programs/taskmgr/trayicon.c
+1
-1
No files found.
programs/taskmgr/taskmgr.h
View file @
678a0e1e
...
...
@@ -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
);
...
...
programs/taskmgr/trayicon.c
View file @
678a0e1e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment