aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 0d7b9e86..eaac2a6e 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -191,7 +191,14 @@ class ScreenRecoveryUI : public RecoveryUI {
191 int char_width_; 191 int char_width_;
192 int char_height_; 192 int char_height_;
193 193
194 // The locale that's used to show the rendered texts.
195 std::string locale_;
196 bool rtl_locale_;
197
194 pthread_mutex_t updateMutex; 198 pthread_mutex_t updateMutex;
199
200 private:
201 void SetLocale(const std::string&);
195}; 202};
196 203
197#endif // RECOVERY_UI_H 204#endif // RECOVERY_UI_H