summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-13 23:36:02 +0200
committerElliott Hughes <enh@google.com>2015-04-14 00:46:15 +0200
commit8fd86d77f1a2f15c6fa95bc390bcbe646374873a (patch)
treefa39003f9127c243b686264b48d5d2671e2ce8ac /minui/graphics.cpp
parentMerge "Add missing \n after "Mounting /system." message." (diff)
downloadandroid_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar.gz
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar.bz2
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar.lz
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar.xz
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.tar.zst
android_bootable_recovery-8fd86d77f1a2f15c6fa95bc390bcbe646374873a.zip
Diffstat (limited to 'minui/graphics.cpp')
-rw-r--r--minui/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/graphics.cpp b/minui/graphics.cpp
index d7d6e8d5a..f240f4bbd 100644
--- a/minui/graphics.cpp
+++ b/minui/graphics.cpp
@@ -103,7 +103,7 @@ static void text_blend(unsigned char* src_p, int src_row_bytes,
}
}
-void gr_text(int x, int y, const char *s, int bold)
+void gr_text(int x, int y, const char *s, bool bold)
{
GRFont* font = gr_font;