summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-04-05 15:28:43 +0000
committerManolo Gouy <Manolo>2013-04-05 15:28:43 +0000
commite44018c1d2e42e4aa3ac3f67818b03e47d442d6d (patch)
tree7e8ba21211de16e4c1b9e77b4e4bf86ec54234cf
parentda07dcd6bea8f9a56cce785efeaf22276e56b16d (diff)
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
-rw-r--r--fltk-config.cmake.in3
-rwxr-xr-xfltk-config.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/fltk-config.cmake.in b/fltk-config.cmake.in
index 121b109a4..5e724ccd3 100644
--- a/fltk-config.cmake.in
+++ b/fltk-config.cmake.in
@@ -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
;;
diff --git a/fltk-config.in b/fltk-config.in
index 5463c3f51..0da30ad09 100755
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -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