[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

@@ -307,3 +307,5 @@ void waylandWindowUpdateScale(void);
void waylandSetWindowSize(int x, int y);
bool waylandIsValidPointerPos(int x, int y);
void waylandWaitFrame(void);
void waylandSkipFrame(void);
void waylandForceRender(void);