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, can't resize window (osx) #9878
Closed
Labels
Comments
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/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.
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.
|
Blocked on servo/glutin#79. |
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Mar 16, 2016
Closes servo#9855. Closes servo#9878.
Merged
bors-servo
added a commit
that referenced
this issue
Mar 16, 2016
servo: Update Glutin. Closes #9855. Closes #9878. r? @mbrubeck <!-- 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/10037) <!-- Reviewable:end -->
tyagiarpit
added a commit
to tyagiarpit/servo
that referenced
this issue
Mar 23, 2016
Closes servo#9855. Closes servo#9878.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.