You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15 lines
840 B
Diff
15 lines
840 B
Diff
Add WSXGA and WSXGA+ resolutions.
|
|
https://github.com/tml1024/FluffyDisplay/pull/7
|
|
https://github.com/tml1024/FluffyDisplay/pull/15
|
|
--- FluffyDisplay/AppDelegate.swift.orig 2020-10-14 13:09:36.000000000 -0500
|
|
+++ FluffyDisplay/AppDelegate.swift 2022-06-02 12:46:05.000000000 -0500
|
|
@@ -55,6 +55,8 @@
|
|
Resolution(1920, 1200, 150, false, "WUXGA"),
|
|
Resolution(1600, 1200, 125, false, "UXGA"),
|
|
Resolution(1920, 1080, 102, false, "HD, 21.5-inch iMac"),
|
|
+ Resolution(1680, 1050, 99, false, "WSXGA+, 20-inch Apple Cinema Display, 20-inch iMac"),
|
|
+ Resolution(1600, 1024, 86, false, "WSXGA, 22-inch Apple Cinema Display"),
|
|
Resolution(1440, 900, 127, false, "WXGA+, 13.3-inch MacBook Air"),
|
|
Resolution(1400, 1050, 125, false, "SXGA+"),
|
|
Resolution(1366, 768, 135, false, "11.6-inch MacBook Air"),
|