Author: manolo
Date: 2013-04-05 08:28:43 -0700 (Fri, 05 Apr 2013)
New Revision: 9861
Log:
Added the NSHighResolutionCapable item to fltk-config --post for fltk apps to 
be high-resolution ready.

Modified:
   branches/branch-1.3/fltk-config.cmake.in
   branches/branch-1.3/fltk-config.in

Modified: branches/branch-1.3/fltk-config.cmake.in
===================================================================
--- branches/branch-1.3/fltk-config.cmake.in    2013-04-05 15:09:50 UTC (rev 
9860)
+++ branches/branch-1.3/fltk-config.cmake.in    2013-04-05 15:28:43 UTC (rev 
9861)
@@ -317,7 +317,8 @@
        <string>$post</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
-    </dict>
+       <key>NSHighResolutionCapable</key>
+       <true/>
 </plist>
 EOF
            ;;

Modified: branches/branch-1.3/fltk-config.in
===================================================================
--- branches/branch-1.3/fltk-config.in  2013-04-05 15:09:50 UTC (rev 9860)
+++ branches/branch-1.3/fltk-config.in  2013-04-05 15:28:43 UTC (rev 9861)
@@ -317,6 +317,8 @@
        <string>$post</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
     </dict>
 </plist>
 EOF

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to