summaryrefslogtreecommitdiffstats
path: root/minui/font_10x18.h
diff options
context:
space:
mode:
authorDamien Bargiacchi <drb@google.com>2016-08-12 00:57:03 +0200
committerTao Bao <tbao@google.com>2016-11-15 23:24:06 +0100
commitd5d34d70a5d9c24e214855bb7e1e5402a96ec7cc (patch)
treeba64c8d10f3aa0bea8ee263a33db8a4bfab4420e /minui/font_10x18.h
parentMerge "Add .clang-format style file." (diff)
downloadandroid_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar.gz
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar.bz2
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar.lz
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar.xz
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.tar.zst
android_bootable_recovery-d5d34d70a5d9c24e214855bb7e1e5402a96ec7cc.zip
Diffstat (limited to '')
-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,