summaryrefslogtreecommitdiff
path: root/tools/convbdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/convbdf.c')
-rw-r--r--tools/convbdf.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index fd82fb5a73..9e42cb8d01 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -1393,7 +1393,16 @@ int gen_c_source(struct font* pf, char *path)
1393 " %s /* offset */\n" 1393 " %s /* offset */\n"
1394 " %s\n" 1394 " %s\n"
1395 " %d, /* defaultchar */\n" 1395 " %d, /* defaultchar */\n"
1396 " %d /* bits_size */\n" 1396 " %d, /* bits_size */\n"
1397 " -1, /* font fd */\n"
1398 " 0, /* buffer start */\n"
1399 " 0, /* ^ position */\n"
1400 " 0, /* ^ end */\n"
1401 " 0, /* ^ size */\n"
1402 " {{0,0,0,0,0},0,0,0}, /* cache */\n"
1403 " 0, /* */\n"
1404 " 0, /* */\n"
1405 " 0, /* */\n"
1397 "};\n" 1406 "};\n"
1398 "#endif /* HAVE_LCD_BITMAP */\n", 1407 "#endif /* HAVE_LCD_BITMAP */\n",
1399 pf->maxwidth, pf->height, 1408 pf->maxwidth, pf->height,