summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
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/minui.h
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/minui.h')
-rw-r--r--minui/minui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/minui.h b/minui/minui.h
index eca3a5030..936f7eec8 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -48,7 +48,7 @@ void gr_fb_blank(bool blank);
void gr_clear(); // clear entire surface to current color
void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
void gr_fill(int x1, int y1, int x2, int y2);
-void gr_text(int x, int y, const char *s, int bold);
+void gr_text(int x, int y, const char *s, bool bold);
void gr_texticon(int x, int y, gr_surface icon);
int gr_measure(const char *s);
void gr_font_size(int *x, int *y);