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

NIN_KEYSELECT missing #1765

Open
Enyium opened this issue Dec 17, 2023 · 1 comment · May be fixed by #1769
Open

NIN_KEYSELECT missing #1765

Enyium opened this issue Dec 17, 2023 · 1 comment · May be fixed by #1769
Assignees

Comments

@Enyium
Copy link

Enyium commented Dec 17, 2023

The constant NIN_KEYSELECT is missing (for Shell_NotifyIconW()).

@riverar
Copy link
Collaborator

riverar commented Dec 18, 2023

Good catch.

NIN_KEYSELECT should be (int)1025.

#define NIN_SELECT          (WM_USER + 0)
#define NINF_KEY            0x1
#define NIN_KEYSELECT       (NIN_SELECT | NINF_KEY)

@riverar riverar linked a pull request Dec 18, 2023 that will close this issue
@riverar riverar self-assigned this Dec 18, 2023
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 a pull request may close this issue.

2 participants