summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-07-09 02:23:41 +0200
committerElliott Hughes <enh@google.com>2016-07-09 03:21:45 +0200
commit6d089a955f53ddeacdfa1396ad99f0c00d406175 (patch)
treedb86bb998e9ce01818cbfc2850dc255e1cc7b8b7 /screen_ui.h
parentFix bootloader_message. (diff)
downloadandroid_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar.gz
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar.bz2
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar.lz
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar.xz
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.tar.zst
android_bootable_recovery-6d089a955f53ddeacdfa1396ad99f0c00d406175.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 4319b76ce..898775778 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -77,8 +77,8 @@ class ScreenRecoveryUI : public RecoveryUI {
// The scale factor from dp to pixels. 1.0 for mdpi, 4.0 for xxxhdpi.
float density_;
- // True if we should use the large layout.
- bool is_large_;
+ // The layout to use.
+ int layout_;
GRSurface* error_icon;