summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp
diff options
context:
space:
mode:
authornailyk <nailyk_launchpad@nailyk.fr>2016-08-19 13:27:12 +0200
committerDees Troy <dees_troy@teamw.in>2016-08-23 22:25:31 +0200
commitc45b2d59b38222f30bf789b4f21e0508031d15a9 (patch)
tree2b86dc834b9e39c5f1627b2f76abb68cfe37ac29 /minui/graphics.cpp
parentNTFS-3g: migrate to PLATFORM_SDK check instead (diff)
downloadandroid_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar.gz
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar.bz2
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar.lz
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar.xz
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.tar.zst
android_bootable_recovery-c45b2d59b38222f30bf789b4f21e0508031d15a9.zip
Diffstat (limited to '')
-rw-r--r--minui/graphics.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/minui/graphics.cpp b/minui/graphics.cpp
index eceaeee11..93b70da25 100644
--- a/minui/graphics.cpp
+++ b/minui/graphics.cpp
@@ -545,3 +545,9 @@ void gr_fb_blank(bool blank)
{
gr_backend->blank(gr_backend, blank);
}
+
+void gr_set_font(__attribute__ ((unused))const char* name) {
+ //this cm function is made to change font. Don't care, just init the font:
+ gr_init_font();
+ return;
+}