summaryrefslogtreecommitdiffstats
path: root/minui/font_10x18.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-16 06:52:17 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-16 06:52:18 +0100
commitd6137a2ae057b28226bb7bad6ba00707217f1019 (patch)
tree32d4c6357560d1fcbaa9545d98b61f78d1d55d65 /minui/font_10x18.h
parentMerge "Add .clang-format style file." (diff)
parentHave gr_init_font alloc memory for the font (diff)
downloadandroid_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar.gz
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar.bz2
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar.lz
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar.xz
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.tar.zst
android_bootable_recovery-d6137a2ae057b28226bb7bad6ba00707217f1019.zip
Diffstat (limited to 'minui/font_10x18.h')
-rw-r--r--minui/font_10x18.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/minui/font_10x18.h b/minui/font_10x18.h
index 29d705344..30dfb9c56 100644
--- a/minui/font_10x18.h
+++ b/minui/font_10x18.h
@@ -1,14 +1,14 @@
struct {
unsigned width;
unsigned height;
- unsigned cwidth;
- unsigned cheight;
+ unsigned char_width;
+ unsigned char_height;
unsigned char rundata[2973];
} font = {
.width = 960,
.height = 18,
- .cwidth = 10,
- .cheight = 18,
+ .char_width = 10,
+ .char_height = 18,
.rundata = {
0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x55,0x82,0x06,0x82,0x02,0x82,0x10,0x82,
0x11,0x83,0x08,0x82,0x0a,0x82,0x04,0x82,0x46,0x82,0x08,0x82,0x07,0x84,0x06,