mac os: added mark of support for high resolution in 3 test applications.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2013-06-24 16:05:12 +00:00
parent 0aba84051a
commit b94c8b0d73
3 changed files with 9 additions and 0 deletions

View File

@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 2006 by Michael Sweet</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View File

@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 1997-2010 by Bill Spitzak and others</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View File

@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 2005-2006 by Michael Sweet</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>