diff options
Diffstat (limited to 'screen_ui.h')
-rw-r--r-- | screen_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h index 532269f84..01a33bfe2 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -102,6 +102,8 @@ class ScreenRecoveryUI : public RecoveryUI { int animation_fps; int installing_frames; + protected: + private: int iconX, iconY; |