Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MACRO: CCtrlWindow::OnDpiChanged()の引数の脱字を修正 #346 #348

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

hkanou
Copy link
Contributor

@hkanou hkanou commented Sep 23, 2024

issue #346 のPRになります

teraterm/ttpmacro/ttmmain.cpp CCtrlWindow::OnDpiChanged()の第2引数の脱字の修正
修正前:LRESULT CCtrlWindow::OnDpiChanged(WPARAM wp, LPARAM)
修正後:LRESULT CCtrlWindow::OnDpiChanged(WPARAM wp, LPARAM lp)

  • lpは使用していないため実害はありません。
  • ユーザへの影響がないため、変更履歴への記載は行いません。

@hkanou
Copy link
Contributor Author

hkanou commented Sep 27, 2024

マージ頂きありがとうございます。

hkanou added a commit to hkanou/teratermproject_teraterm that referenced this pull request Nov 21, 2024
…ermProject#348 の修正ミス対応 (仮引数で LPARAM lp を渡さないよう見直し TeraTermProject#279)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants