-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Figure out missing display handle implementations #146
Comments
For Win32, there isn't really a concept of a display. Some structures are thread local, but overall there is very little context for the windows. Leaving it empty is probably the right choice. I am not familiar with WinRT. Web stuff is generally contextualized by the I don't know other platforms well enough to comment on them. |
Everything which is not implemented is not needed or doesn't exist as a concept. I remember discussing it with you on |
I do remember too, I was just unsure if we were still missing something. I guess I'll reword that section at some point then, and then close this issue. |
The documentation, as far as I could find it, says that you're allowed to pass |
And it seems like HaikuOS just got the ability to pass a handle as well, although that doesn't really sound stable yet. |
you could try, but it'll fail. |
RawDisplayHandle
documents that (emphasis mine):So... We should probably track, and follow up on the ones that haven't been implemented yet!
Checklist:
The text was updated successfully, but these errors were encountered: