Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWith --no-native-titlebar, texture are not blended properly (osx) #9877
Labels
Comments
|
/cc @pcwalton |
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#9877 and servo/servo#9878.
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#9877 and servo/servo#9878.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Mar 16, 2016
Closes servo#9877.
bors-servo
added a commit
that referenced
this issue
Mar 16, 2016
servo: Update WebRender to pick up the blend mode fix. Closes #9877. r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10039) <!-- Reviewable:end -->
tyagiarpit
added a commit
to tyagiarpit/servo
that referenced
this issue
Mar 23, 2016
Closes servo#9877.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browserhtml is half transparent