OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | diff -ur fbida-2.07_orig/fbi.c fbida-2.07/fbi.c |
| 2 | --- fbida-2.07_orig/fbi.c 2008-06-09 18:53:33.000000000 +0400 |
| 3 | +++ fbida-2.07/fbi.c 2010-10-18 22:22:33.166338378 +0400 |
| 4 | @@ -548,7 +548,7 @@ |
| 5 | L" L - rotate counter-clockwise", |
| 6 | }; |
| 7 | |
| 8 | - shadow_draw_text_box(face, 24, 16, transparency, |
| 9 | + shadow_draw_text_box(face, 0, 0, transparency, |
| 10 | help, ARRAY_SIZE(help)); |
| 11 | shadow_render(); |
| 12 | } |
| 13 | @@ -1465,7 +1465,7 @@ |
| 14 | |
| 15 | font_init(); |
| 16 | if (NULL == fontname) |
| 17 | - fontname = "monospace:size=16"; |
| 18 | + fontname = "monospace:size=10"; |
| 19 | face = font_open(fontname); |
| 20 | if (NULL == face) { |
| 21 | fprintf(stderr,"can't open font: %s\n",fontname); |
| 22 |
