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

Fix notifyIconData struct #253

Open
chhu0830 opened this issue Apr 12, 2023 · 1 comment
Open

Fix notifyIconData struct #253

chhu0830 opened this issue Apr 12, 2023 · 1 comment

Comments

@chhu0830
Copy link

The Windows Document specifies that uTimeout and uVersion belong to the DUMMYUNIONNAME union. However, the notifyIconData struct defined in systray_windows.go uses two uint32 instead, which is not consistent with the Windows Document.

Currently, tooltips can only display the first 64 bytes. To display the entire 128 bytes, one of the uTimeout or uVersion fields defined in notifyIconData needs be removed

@anacrolix
Copy link
Contributor

Do you want to make a PR?

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

No branches or pull requests

2 participants