[vlc-commits] macosx: enable HiDPI support

Felix Paul Kühne git at videolan.org
Tue Jun 12 19:05:35 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun 12 18:55:05 2012 +0200| [405a83cda0fc0f45cd4851bed7cc1d525f6d8fa4] | committer: Felix Paul Kühne

macosx: enable HiDPI support

Note that the @2x artwork is missing at the moment, so there will be artifacts in the main window and the about panel

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=405a83cda0fc0f45cd4851bed7cc1d525f6d8fa4
---

 extras/package/macosx/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 24b3514..ffd3070 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1375,5 +1375,7 @@
 	<string>VLCApplication</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.5.0</string>
+	<key>NSHighResolutionCapable</key>
+	<true/>
 </dict>
 </plist>



More information about the vlc-commits mailing list