presentation: store input timestamp in a per-commit context

This should reduce the risk of mixing up an input timestamp with the
corresponding rendered frame.
This commit is contained in:
Daniel Eklöf 2020-01-21 18:51:04 +01:00
parent 3600099b52
commit d6ea676ef2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 42 additions and 35 deletions

View file

@ -331,7 +331,6 @@ struct terminal {
bool presentation_timings;
struct timespec input_time;
struct timespec commit_time;
} render;
/* Temporary: for FDM */