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 upCan't drag titlebar-less windows (osx) #9856
Closed
Labels
Comments
|
We have 2 options here:
|
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. |
|
#10037 should fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This started with servo/glutin#68
Related: #7408