gui/widget/stringinput: sms-input: cleanup last push, no binary change

add timer to change to next field
This commit is contained in:
martii
2013-12-12 08:24:24 +01:00
committed by svenhoefer
parent c2c5b931cd
commit 365f3ea395
2 changed files with 13 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ class CStringInput : public CMenuTarget
int lower_bound;
int upper_bound;
uint32_t smstimer;
char * head;
neutrino_locale_t name;
neutrino_locale_t hint_1, hint_2;