Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Make Mac borderless windows resizable and draggable. #77

Closed

Conversation

pcwalton
Copy link

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.

r? @metajack
cc @paulrouget

Submitted upstream at rust-windowing#740.


This change is Review on Reviewable

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

This has landed upstream.
Let's close this and merge master into servo: #78

@paulrouget paulrouget closed this Mar 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants