Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
07ccd5a3
Commit
07ccd5a3
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: Reorder some functions to avoid forward declarations in graphctl.c.
parent
097863ba
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
graphctl.c
programs/taskmgr/graphctl.c
+0
-0
graphctl.h
programs/taskmgr/graphctl.h
+0
-4
No files found.
programs/taskmgr/graphctl.c
View file @
07ccd5a3
This diff is collapsed.
Click to expand it.
programs/taskmgr/graphctl.h
View file @
07ccd5a3
...
...
@@ -91,11 +91,7 @@ double GraphCtrl_AppendPoint(TGraphCtrl* this,
double
dNewPoint2
,
double
dNewPoint3
);
BOOL
GraphCtrl_Create
(
TGraphCtrl
*
this
,
HWND
hWnd
,
HWND
hParentWnd
,
UINT
nID
);
void
GraphCtrl_DrawPoint
(
TGraphCtrl
*
this
);
void
GraphCtrl_InvalidateCtrl
(
TGraphCtrl
*
this
);
void
GraphCtrl_Paint
(
TGraphCtrl
*
this
,
HWND
hWnd
,
HDC
dc
);
void
GraphCtrl_Reset
(
TGraphCtrl
*
this
);
void
GraphCtrl_Resize
(
TGraphCtrl
*
this
);
void
GraphCtrl_SetBackgroundColor
(
TGraphCtrl
*
this
,
COLORREF
color
);
void
GraphCtrl_SetGridColor
(
TGraphCtrl
*
this
,
COLORREF
color
);
...
...
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