winit/src
Patrick Walton 7249529654 Make Mac borderless windows resizable and draggable.
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.
2016-03-14 16:45:01 -07:00
..
api Make Mac borderless windows resizable and draggable. 2016-03-14 16:45:01 -07:00
os Fix this_platform_is_not_supported on OpenBSD. 2016-03-01 18:06:13 -08:00
platform Fix this_platform_is_not_supported on OpenBSD. 2016-03-01 18:06:13 -08:00
events.rs Add phases to wheel events. 2016-03-03 16:49:35 -07:00
headless.rs Unlocks platform-specific attributes 2016-02-10 17:39:35 +01:00
lib.rs Fix this_platform_is_not_supported on OpenBSD. 2016-03-01 18:06:13 -08:00
window.rs Unlocks platform-specific attributes 2016-02-10 17:39:35 +01:00