numist / Switch

A window-based context switcher for the Mac
157 stars 17 forks source link

Encapsulate flippedness of CG window frames better. #93

Closed numist closed 10 years ago

numist commented 10 years ago

Also use CGDisplayBounds to establish on which screen a window resides, instead of horrible and fragile hacks attempting to get NSScreen frames and CG frames to conform to each others' coordinate spaces.

Fixes #89.

numist commented 10 years ago

Good to merge pending CI.