summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-28 23:52:17 +0200
committerTao Bao <tbao@google.com>2017-07-02 02:41:24 +0200
commitea78d86b44661c69fcb740b9d40b47af821dbd57 (patch)
tree42bc24468b6d9ba025cf10d0ba1d855295cc8e3d /vr_ui.h
parentMerge "screen_ui: Compute the top and bottom gaps." (diff)
downloadandroid_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar.gz
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar.bz2
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar.lz
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar.xz
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.tar.zst
android_bootable_recovery-ea78d86b44661c69fcb740b9d40b47af821dbd57.zip
Diffstat (limited to 'vr_ui.h')
-rw-r--r--vr_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr_ui.h b/vr_ui.h
index da2163402..d996c145f 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -30,7 +30,7 @@ class VrRecoveryUI : public ScreenRecoveryUI {
bool InitTextParams() override;
- void DrawTextLine(int x, int* y, const char* line, bool bold) const override;
+ int DrawTextLine(int x, int y, const char* line, bool bold) const override;
};
#endif // RECOVERY_VR_UI_H