Loading screen_ui.h +3 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ class ScreenRecoveryUI : public RecoveryUI { enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL }; virtual void SetColor(UIElement e); protected: int install_overlay_offset_x, install_overlay_offset_y; private: Icon currentIcon; int installingFrame; Loading Loading @@ -99,7 +102,6 @@ class ScreenRecoveryUI : public RecoveryUI { int animation_fps; int indeterminate_frames; int installing_frames; int install_overlay_offset_x, install_overlay_offset_y; int overlay_offset_x, overlay_offset_y; void draw_install_overlay_locked(int frame); Loading Loading
screen_ui.h +3 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ class ScreenRecoveryUI : public RecoveryUI { enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL }; virtual void SetColor(UIElement e); protected: int install_overlay_offset_x, install_overlay_offset_y; private: Icon currentIcon; int installingFrame; Loading Loading @@ -99,7 +102,6 @@ class ScreenRecoveryUI : public RecoveryUI { int animation_fps; int indeterminate_frames; int installing_frames; int install_overlay_offset_x, install_overlay_offset_y; int overlay_offset_x, overlay_offset_y; void draw_install_overlay_locked(int frame); Loading