mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[EXPLORER] Cleanup after last commit (#4722)
Improves code that was added by 0.4.15-dev-5078-g 46de3a22ac
without any review yesterday.
CORE-15369
This commit is contained in:
parent
1f2b7e5a56
commit
63fa674782
1 changed files with 2 additions and 4 deletions
|
@ -3045,10 +3045,8 @@ HandleTrayContextMenu:
|
||||||
|
|
||||||
LRESULT OnNcLButtonUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
LRESULT OnNcLButtonUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
{
|
{
|
||||||
if (CheckShowDesktopButtonClick(lParam, bHandled))
|
CheckShowDesktopButtonClick(lParam, bHandled);
|
||||||
return 0;
|
return FALSE;
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT OnAppTrayDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
LRESULT OnAppTrayDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
|
|
Loading…
Reference in a new issue