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

Transparent example segfaults on OS X #57

Closed
tomaka opened this issue Nov 3, 2016 · 4 comments
Closed

Transparent example segfaults on OS X #57

tomaka opened this issue Nov 3, 2016 · 4 comments

Comments

@tomaka
Copy link
Contributor

tomaka commented Nov 3, 2016

Original: rust-windowing/glutin#619

@mitchmindtree
Copy link
Contributor

This no longer segfaults, but panic!s due to the unimplemented!() macro invocation here. Maybe this issue title could be changed to "Transparency not yet implemented on OS X".

@frewsxcv
Copy link
Contributor

I have this implemented in a branch. Will open a PR shortly.

@frewsxcv
Copy link
Contributor

Blocked on servo/cocoa-rs#144

@frewsxcv
Copy link
Contributor

PR opened: #95

frewsxcv added a commit to frewsxcv/winit that referenced this issue Nov 30, 2016
@tomaka tomaka closed this as completed in #95 Dec 4, 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
tmfink pushed a commit to tmfink/winit that referenced this issue Jan 5, 2022
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants