-
Notifications
You must be signed in to change notification settings - Fork 940
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
Transparent example segfaults on OS X #57
Labels
Comments
This no longer segfaults, but |
I have this implemented in a branch. Will open a PR shortly. |
Blocked on servo/cocoa-rs#144 |
PR opened: #95 |
frewsxcv
added a commit
to frewsxcv/winit
that referenced
this issue
Nov 30, 2016
jrmuizel
pushed a commit
to jrmuizel/winit
that referenced
this issue
Mar 29, 2017
Merge from upstream CC rust-windowing#56 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/glutin/57) <!-- Reviewable:end -->
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
Partially addresses rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
Partially addresses rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
…ting the intersection of self-intersecting line segments. Partially addresses rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
This caused the first path to disappear in the SVG demo. Closes rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
Partially addresses rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
These extra points are unnecessary and can confuse the partitioner, because they sometimes prevent it from detecting winding numbers properly. This is a bug in the partitioner and should be fixed, but we shouldn't be generating these points to begin with. Partially addresses rust-windowing#57.
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
… error. This is probably improvable, but let's do the safe thing for now. Closes rust-windowing#57. Closes rust-windowing#58.
madsmtm
pushed a commit
to madsmtm/winit
that referenced
this issue
Jun 11, 2022
add `is_decorated` getter on `Window`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original: rust-windowing/glutin#619
The text was updated successfully, but these errors were encountered: