mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 06:12:04 +00:00
[client] report presentation cadence over LGMP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user