-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use with mingw64 (no SDK) #6
Comments
What is "has the Windows headers but not the Windows SDK headers"? What errors did you get?
This is not easy to do, maybe by hooking CreateWindowEx. But I don't think it's a good solution. |
I don't exactly recall which headers, but a few were not present on my machine. I looked them up and it stated that they were a part of the Windows SDK. I have certain headers, like |
Applying darkmode on top-level window is not enough. You have to apply to every child window. If you have the hWnd of top-level window, you can do a recursive enum of child window. |
What functions in |
I wish to use this with the mingw64 api, which has the Windows headers but not the Windows SDK headers. In addition, if there was an easy way to call this as a function from a header to apply to any window, that would be awesome to know.
The text was updated successfully, but these errors were encountered: