Skip to content

notifyicon.go: move WM_ENTERMENULOOP and WM_EXITMENULOOP handlers to …#130

Merged
dblohm7 merged 1 commit intomainfrom
aaron/move_menuloop_msgs
Mar 6, 2025
Merged

notifyicon.go: move WM_ENTERMENULOOP and WM_EXITMENULOOP handlers to …#130
dblohm7 merged 1 commit intomainfrom
aaron/move_menuloop_msgs

Conversation

@dblohm7
Copy link
Member

@dblohm7 dblohm7 commented Mar 6, 2025

…the notifyIconWindow WndProc

These messages are sent directly to the window, as opposed to being encapsulated by notifyIconMessageID.

Fixes #129

…the notifyIconWindow WndProc

These messages are sent directly to the window, as opposed to being
encapsulated by notifyIconMessageID.

Fixes #129

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
@dblohm7 dblohm7 requested a review from nickkhyl March 6, 2025 22:39
@dblohm7 dblohm7 merged commit 60543f8 into main Mar 6, 2025
2 checks passed
@dblohm7 dblohm7 deleted the aaron/move_menuloop_msgs branch March 6, 2025 22:43
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.

NotifyIconWindow's WndProc should handle WM_*MENULOOP message instead of NotifyIcon

2 participants