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:
parent
da07dcd6be
commit
e44018c1d2
@ -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
|
||||
;;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user