summaryrefslogtreecommitdiffstats
path: root/minui/graphics.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-18 00:33:14 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-18 00:33:14 +0100
commita68c517c628acdcfd0107536f34c3fd882ce0629 (patch)
treebf08d4b39df094d50b0b671297b2fb807f5f40f8 /minui/graphics.c
parentminzip: 64 bit build issue (diff)
parentresolved conflicts for merge of d90da130 to klp-modular-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.gz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.bz2
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.lz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.xz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.zst
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.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