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

WPFScreenHelper.NativeMethods is missing an initializer for NullHandleRef. #2

Closed
cpuwzd opened this issue Mar 21, 2020 · 2 comments · Fixed by #3
Closed

WPFScreenHelper.NativeMethods is missing an initializer for NullHandleRef. #2

cpuwzd opened this issue Mar 21, 2020 · 2 comments · Fixed by #3
Labels

Comments

@cpuwzd
Copy link

cpuwzd commented Mar 21, 2020

The corrected line should read:
public static readonly HandleRef NullHandleRef = new HandleRef(null, IntPtr.Zero);

@micdenny
Copy link
Owner

@cpuwzd can you open a PR for this? thank you

@micdenny micdenny added the bug label Jun 26, 2020
@micdenny
Copy link
Owner

in fact it's trivial, let me open it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants