commit 6fdb32958c6f0e7397455734c207790468c2da6c
Author: Stephan Witt <[email protected]>
Date:   Sat Oct 18 15:57:21 2014 +0200

    #9130 Text in main work area isn't rendered with high resolution
    Add a LyX banner with double resolution for displays with high resolution.

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3e8c406..727adf7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -360,7 +360,7 @@ dist_fonts_DATA = \
        fonts/wasy10.ttf
 
 imagesdir = $(pkgdatadir)/images
-dist_images_DATA = \
+dist_images_DATA1X = \
        images/all-changes-accept.png \
        images/all-changes-reject.png \
        images/amssymb.png \
@@ -546,6 +546,17 @@ dist_images_DATA = \
        images/vc-revert.png \
        images/view-others.png
 
+# possible shortcut for complete set of 2x sized icons
+#dist_images_DATA2X = \
+#      ${dist_images_DATA1X:%.png=%@2x.png}
+
+dist_images_DATA2X = \
+       images/[email protected]
+
+dist_images_DATA = \
+       ${dist_images_DATA1X} \
+       ${dist_images_DATA2X}
+
 imagesmathdir = $(imagesdir)/math
 dist_imagesmath_DATA = \
        images/math/AC.png \
diff --git a/lib/images/[email protected] b/lib/images/[email protected]
new file mode 100644
index 0000000..78ae4fd
Binary files /dev/null and b/lib/images/[email protected] differ

Reply via email to