[client] wayland: make waitFrame work when not rendering

Implement skipFrame and do various things to wake waitFrame.
This commit is contained in:
Quantum
2021-08-01 04:06:35 -04:00
committed by Geoffrey McRae
parent 16aa04d539
commit 2e4614cbc4
5 changed files with 16 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ struct LG_DisplayServerOps LGDS_Wayland =
.glSwapBuffers = waylandGLSwapBuffers,
#endif
.waitFrame = waylandWaitFrame,
.skipFrame = waylandSkipFrame,
.guestPointerUpdated = waylandGuestPointerUpdated,
.setPointer = waylandSetPointer,
.grabPointer = waylandGrabPointer,