Milestone, fix black screen and initial frame issues
This commit is contained in:
parent
f4fa723863
commit
0a250b05f3
11 changed files with 708 additions and 47 deletions
|
|
@ -16,6 +16,9 @@ typedef struct App {
|
|||
int texture_height;
|
||||
AppMode mode;
|
||||
int running;
|
||||
int startup_handoff_active;
|
||||
int last_blackout_state;
|
||||
Uint32 startup_handoff_until;
|
||||
time_t app_start_time;
|
||||
ChannelList channels;
|
||||
Player player;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue