summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2017-06-10 15:52:31 +0200
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2017-06-10 15:52:31 +0200
commit92e2531dca068bdb403b137f5699a92e512085c4 (patch)
tree9eb77f9e2a86b4ff0cccc459b3b6b3384e670500 /minui/minui.h
parentMerge "ors: Update doc" into android-7.1 (diff)
parentFix minui issues for some build trees (diff)
downloadandroid_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar.gz
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar.bz2
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar.lz
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar.xz
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.tar.zst
android_bootable_recovery-92e2531dca068bdb403b137f5699a92e512085c4.zip
Diffstat (limited to '')
-rw-r--r--minui/minui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/minui.h b/minui/minui.h
index abef036e4..bf796010e 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -55,7 +55,7 @@ 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_texticon(int x, int y, GRSurface* icon);
-#ifndef TW_USE_MINUI_CUSTOM_FONTS
+#ifdef TW_NO_MINUI_CUSTOM_FONTS
void gr_text(int x, int y, const char *s, bool bold);
int gr_measure(const char *s);
void gr_font_size(int *x, int *y);