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
5c144171
Commit
5c144171
authored
Mar 21, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Avoid forward declarations and make functions static.
parent
b01a1c6f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
taskmgr.c
programs/taskmgr/taskmgr.c
+0
-0
taskmgr.h
programs/taskmgr/taskmgr.h
+0
-16
No files found.
programs/taskmgr/taskmgr.c
View file @
5c144171
This diff is collapsed.
Click to expand it.
programs/taskmgr/taskmgr.h
View file @
5c144171
...
...
@@ -142,27 +142,11 @@ extern HWND hApplicationPageNewTaskButton; /* Application New Task button */
/* Foward declarations of functions included in this code module: */
INT_PTR
CALLBACK
TaskManagerWndProc
(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
BOOL
OnCreate
(
HWND
hWnd
);
void
OnSize
(
UINT
nType
,
int
cx
,
int
cy
);
void
OnMove
(
UINT
nType
,
int
cx
,
int
cy
);
void
FillSolidRect
(
HDC
hDC
,
LPCRECT
lpRect
,
COLORREF
clr
);
void
FillSolidRect2
(
HDC
hDC
,
int
x
,
int
y
,
int
cx
,
int
cy
,
COLORREF
clr
);
void
Draw3dRect
(
HDC
hDC
,
int
x
,
int
y
,
int
cx
,
int
cy
,
COLORREF
clrTopLeft
,
COLORREF
clrBottomRight
);
void
Draw3dRect2
(
HDC
hDC
,
LPRECT
lpRect
,
COLORREF
clrTopLeft
,
COLORREF
clrBottomRight
);
void
Font_DrawText
(
HDC
hDC
,
LPCTSTR
lpszText
,
int
x
,
int
y
);
void
LoadSettings
(
void
);
void
SaveSettings
(
void
);
void
TaskManager_OnRestoreMainWindow
(
void
);
void
TaskManager_OnEnterMenuLoop
(
HWND
hWnd
);
void
TaskManager_OnExitMenuLoop
(
HWND
hWnd
);
void
TaskManager_OnMenuSelect
(
HWND
hWnd
,
UINT
nItemID
,
UINT
nFlags
,
HMENU
hSysMenu
);
void
TaskManager_OnViewUpdateSpeedHigh
(
void
);
void
TaskManager_OnViewUpdateSpeedNormal
(
void
);
void
TaskManager_OnViewUpdateSpeedLow
(
void
);
void
TaskManager_OnViewUpdateSpeedPaused
(
void
);
void
TaskManager_OnViewRefresh
(
void
);
void
TaskManager_OnTabWndSelChange
(
void
);
#define OPTIONS_MENU_INDEX 1
...
...
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