From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- fbida/patches/002-fontsize.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fbida/patches/002-fontsize.patch (limited to 'fbida/patches/002-fontsize.patch') diff --git a/fbida/patches/002-fontsize.patch b/fbida/patches/002-fontsize.patch new file mode 100644 index 0000000..1e5f404 --- /dev/null +++ b/fbida/patches/002-fontsize.patch @@ -0,0 +1,21 @@ +diff -ur fbida-2.07_orig/fbi.c fbida-2.07/fbi.c +--- fbida-2.07_orig/fbi.c 2008-06-09 18:53:33.000000000 +0400 ++++ fbida-2.07/fbi.c 2010-10-18 22:22:33.166338378 +0400 +@@ -548,7 +548,7 @@ + L" L - rotate counter-clockwise", + }; + +- shadow_draw_text_box(face, 24, 16, transparency, ++ shadow_draw_text_box(face, 0, 0, transparency, + help, ARRAY_SIZE(help)); + shadow_render(); + } +@@ -1465,7 +1465,7 @@ + + font_init(); + if (NULL == fontname) +- fontname = "monospace:size=16"; ++ fontname = "monospace:size=10"; + face = font_open(fontname); + if (NULL == face) { + fprintf(stderr,"can't open font: %s\n",fontname); -- cgit v1.2.3