Skip to content

Commit

Permalink
Update to the latest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Dec 28, 2024
1 parent 51d47e0 commit d9cb42d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
28 changes: 14 additions & 14 deletions plugins/ExtendedTools/frameprp.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -105,8 +105,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -120,8 +120,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -135,8 +135,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -150,8 +150,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -165,8 +165,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand All @@ -180,8 +180,8 @@ VOID FramesPropCreateGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS,
0,
0,
3,
3,
0,
0,
Context->WindowHandle,
NULL,
NULL,
Expand Down
4 changes: 2 additions & 2 deletions plugins/ExtendedTools/gpunodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ INT_PTR CALLBACK EtpGpuNodesDlgProc(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
hwndDlg,
NULL,
NULL,
Expand Down
24 changes: 12 additions & 12 deletions plugins/ExtendedTools/gpusys.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand All @@ -513,8 +513,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand All @@ -528,8 +528,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand All @@ -545,8 +545,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand All @@ -560,8 +560,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand All @@ -575,8 +575,8 @@ VOID EtpCreateGpuGraphs(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
GpuDialog,
NULL,
NULL,
Expand Down
4 changes: 2 additions & 2 deletions plugins/ExtendedTools/npunodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ INT_PTR CALLBACK EtpNpuNodesDlgProc(
WS_VISIBLE | WS_CHILD | WS_BORDER,
0,
0,
3,
3,
0,
0,
hwndDlg,
NULL,
NULL,
Expand Down

0 comments on commit d9cb42d

Please sign in to comment.