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

Invalidate window drop shadow on window move #9812

Closed
paulrouget opened this issue Feb 29, 2016 · 4 comments
Closed

Invalidate window drop shadow on window move #9812

paulrouget opened this issue Feb 29, 2016 · 4 comments
Labels

Comments

@nox
Copy link
Member

@nox nox commented Mar 2, 2016

@paulrouget Is that only on OS X?

@nox nox added the P-mac label Mar 2, 2016
@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Mar 2, 2016

Is that only on OS X?

Yes.

@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Mar 14, 2016

Requires: servo/glutin#75

pcwalton added a commit to pcwalton/glutin that referenced this issue Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
Partially addresses servo/servo#9812.
pcwalton added a commit to pcwalton/glutin that referenced this issue Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
Partially addresses servo/servo#9812.
@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Jun 6, 2018

Works now.

@paulrouget paulrouget closed this Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.