Added the NSHighResolutionCapable item to fltk-config --post for fltk apps to be high-resolution ready.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2013-04-05 15:28:43 +00:00
parent da07dcd6be
commit e44018c1d2
2 changed files with 4 additions and 1 deletions

View File

@ -317,7 +317,8 @@ if test -n "$post"; then
<string>$post</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
<key>NSHighResolutionCapable</key>
<true/>
</plist>
EOF
;;

View File

@ -317,6 +317,8 @@ if test -n "$post"; then
<string>$post</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
EOF