diff options
author | Doug Zongker <dougz@android.com> | 2011-09-27 22:09:48 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2011-09-27 22:09:48 +0200 |
commit | f6abd409bb2b80dfa0c1c03c26bc83141f52c673 (patch) | |
tree | cd5c8c41941c22a34d8fa8bd5d9bb7c81438370c | |
parent | update recovery with new 3D images (diff) | |
download | android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar.gz android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar.bz2 android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar.lz android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar.xz android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.tar.zst android_bootable_recovery-f6abd409bb2b80dfa0c1c03c26bc83141f52c673.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/graphics.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minui/graphics.c b/minui/graphics.c index fa8e5109a..de1cfdf3b 100644 --- a/minui/graphics.c +++ b/minui/graphics.c @@ -336,6 +336,9 @@ int gr_init(void) gl->enable(gl, GGL_BLEND); gl->blendFunc(gl, GGL_SRC_ALPHA, GGL_ONE_MINUS_SRC_ALPHA); + gr_fb_blank(true); + gr_fb_blank(false); + return 0; } |