Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
c85ad9d9
Commit
c85ad9d9
authored
Jul 02, 2002
by
Diederik van Arkel
Browse files
prepare for disposing unused icons
parent
a144cb0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Win/PatchConsoleEvents/cCrossCallMaarten.c
View file @
c85ad9d9
...
...
@@ -265,7 +265,7 @@ void EvalCcRqADDWINDOWHOOK (CrossCallInfo *pcci)
void
EvalCcRqSETWINDOWICON
(
CrossCallInfo
*
pcci
)
{
HWND
hWnd
;
HICON
hIcon
;
HICON
hIcon
,
hPrevIcon
;
int
idIcon
;
hWnd
=
(
HWND
)
pcci
->
p1
;
...
...
@@ -273,7 +273,8 @@ void EvalCcRqSETWINDOWICON (CrossCallInfo *pcci)
hIcon
=
LoadIcon
((
HINSTANCE
)
GetModuleHandle
(
NULL
),
MAKEINTRESOURCE
(
idIcon
));
SendMessage
(
hWnd
,
WM_SETICON
,(
WPARAM
)
ICON_BIG
,(
LPARAM
)
hIcon
);
hPrevIcon
=
SendMessage
(
hWnd
,
WM_SETICON
,(
WPARAM
)
ICON_BIG
,(
LPARAM
)
hIcon
);
MakeReturn0Cci
(
pcci
);
}
...
...
@@ -607,4 +608,4 @@ void InitialiseCrossCallMaarten()
SendMessage(ghwndRT,TTM_SETMAXTIPWIDTH,0,300);
//...DvA
*/
}
\ No newline at end of file
}
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