ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Fix pDetelnetopWnd to pDesktopWnd #120

Closed kenhys closed 8 months ago

kenhys commented 8 months ago

Which issue(s) this PR fixes:

N/A

What this PR does / why we need it:

This is a cosmetic change, but there is no reason to keep it ambiguous.

See https://learn.microsoft.com/ja-jp/cpp/mfc/reference/cwnd-class?view=msvc-170#onmouseactivatep why it should be pDesktopWnd.

  afx_msg int OnMouseActivate(
    CWnd* pDesktopWnd,
    UINT nHitTest,
    UINT message);

How to verify the fixed issue:

N/A. it's internal change.