summaryrefslogtreecommitdiffstats
path: root/minui/graphics.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-17 20:10:02 +0100
committerDoug Zongker <dougz@google.com>2014-03-17 20:27:08 +0100
commita418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42 (patch)
tree629541c511f84bd4c42ef3de7ad099001874f05c /minui/graphics.c
parentMerge "Recovery 64-bit compile issues" (diff)
downloadandroid_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar.gz
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar.bz2
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar.lz
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar.xz
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.tar.zst
android_bootable_recovery-a418aa7dd5e94cbf1ab2a6fa1c63f60e5e087d42.zip
Diffstat (limited to 'minui/graphics.c')
-rw-r--r--minui/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/graphics.c b/minui/graphics.c
index f8ffa8941..32b3361e3 100644
--- a/minui/graphics.c
+++ b/minui/graphics.c
@@ -269,7 +269,7 @@ static void gr_init_font(void)
{
gr_font = calloc(sizeof(*gr_font), 1);
- int res = res_create_surface("font", &(gr_font->texture));
+ int res = res_create_alpha_surface("font", &(gr_font->texture));
if (res == 0) {
// The font image should be a 96x2 array of character images. The
// columns are the printable ASCII characters 0x20 - 0x7f. The