vlc | branch: master | Felix Paul Kühne <[email protected]> | 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> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
