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
ec6a0fdb
Commit
ec6a0fdb
authored
May 15, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Fix the spelling of the AdjustControlPosition() function.
parent
b89a49d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
perfpage.c
programs/taskmgr/perfpage.c
+13
-13
No files found.
programs/taskmgr/perfpage.c
View file @
ec6a0fdb
...
...
@@ -102,7 +102,7 @@ static void AdjustFrameSize(HWND hCntrl, HWND hDlg, int nXDifference, int nYDiff
InvalidateRect
(
hCntrl
,
NULL
,
TRUE
);
}
static
void
AdjustControlPostion
(
HWND
hCntrl
,
HWND
hDlg
,
int
nXDifference
,
int
nYDifference
)
static
void
AdjustControlPos
i
tion
(
HWND
hCntrl
,
HWND
hDlg
,
int
nXDifference
,
int
nYDifference
)
{
AdjustFrameSize
(
hCntrl
,
hDlg
,
nXDifference
,
nYDifference
,
0
);
}
...
...
@@ -404,18 +404,18 @@ PerformancePageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
AdjustCntrlPos
(
IDS_TOTALS_PROCESS_COUNT
,
hDlg
,
0
,
nYDifference
);
AdjustCntrlPos
(
IDS_TOTALS_THREAD_COUNT
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageCommitChargeTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageCommitChargeLimitEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageCommitChargePeakEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageKernelMemoryTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageKernelMemoryPagedEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageKernelMemoryNonPagedEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePagePhysicalMemoryTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePagePhysicalMemoryAvailableEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePagePhysicalMemorySystemCacheEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageTotalsHandleCountEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageTotalsProcessCountEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPostion
(
hPerformancePageTotalsThreadCountEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageCommitChargeTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageCommitChargeLimitEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageCommitChargePeakEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageKernelMemoryTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageKernelMemoryPagedEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageKernelMemoryNonPagedEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePagePhysicalMemoryTotalEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePagePhysicalMemoryAvailableEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePagePhysicalMemorySystemCacheEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageTotalsHandleCountEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageTotalsProcessCountEdit
,
hDlg
,
0
,
nYDifference
);
AdjustControlPos
i
tion
(
hPerformancePageTotalsThreadCountEdit
,
hDlg
,
0
,
nYDifference
);
{
static
int
lastX
,
lastY
;
...
...
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