[client] wayland: implement signalNextFrame with frame callbacks

This commit is contained in:
Quantum
2021-07-31 04:01:51 -04:00
committed by Geoffrey McRae
parent 3043296e52
commit a213ee960a
3 changed files with 21 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ struct LG_DisplayServerOps LGDS_Wayland =
.glSetSwapInterval = waylandGLSetSwapInterval,
.glSwapBuffers = waylandGLSwapBuffers,
#endif
.signalNextFrame = waylandSignalNextFrame,
.guestPointerUpdated = waylandGuestPointerUpdated,
.setPointer = waylandSetPointer,
.grabPointer = waylandGrabPointer,