-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
Detect errors on calls to *MakeCurrent #84
Labels
Comments
emilio
pushed a commit
to emilio/glutin
that referenced
this issue
May 12, 2016
Merge from upstream. We need rust-windowing#769 for servo/servo#10836. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/84) <!-- Reviewable:end -->
Has already been fixed. |
Nvm, damn macos & emscripten |
I'll close this, given that there's no evidence of error handling on macOS for context stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the moment, calls to
wglMakeCurrent
,glXMakeCurrent
, etc. can silently fail.The return type of
make_current
should be aResult<(), MakeCurrentError>
.The text was updated successfully, but these errors were encountered: