[client] report presentation cadence over LGMP

This commit is contained in:
Geoffrey McRae
2026-08-04 13:00:48 +10:00
parent 5626cfa55b
commit b23430b9a8
10 changed files with 335 additions and 0 deletions

View File

@@ -196,6 +196,9 @@ struct LG_DisplayServerOps
/* This is used to interrupt waitFrame. */
void (*stopWaitFrame)(void);
/* Returns the current presentation period in nanoseconds when known. */
bool (*getFramePeriod)(uint64_t * period);
/* dm specific cursor implementations */
void (*guestPointerUpdated)(double x, double y, double localX, double localY);
void (*setPointer)(LG_DSPointer pointer);