Initial add of numeric channel switching
This commit is contained in:
parent
30a8f71bb7
commit
1034e31a44
6 changed files with 172 additions and 16 deletions
|
|
@ -29,6 +29,10 @@ typedef struct App {
|
|||
time_t app_start_time;
|
||||
Uint64 app_start_ticks;
|
||||
int guide_time_offset_minutes;
|
||||
char numeric_input_buffer[4];
|
||||
int numeric_input_length;
|
||||
Uint32 numeric_input_timeout;
|
||||
int numeric_input_invalid;
|
||||
ChannelList channels;
|
||||
Player player;
|
||||
UiFonts fonts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue