mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
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:
parent
3600099b52
commit
d6ea676ef2
3 changed files with 42 additions and 35 deletions
|
|
@ -331,7 +331,6 @@ struct terminal {
|
|||
|
||||
bool presentation_timings;
|
||||
struct timespec input_time;
|
||||
struct timespec commit_time;
|
||||
} render;
|
||||
|
||||
/* Temporary: for FDM */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue