[client] wayland: implement stopWaitFrame

This commit is contained in:
Quantum
2021-08-01 05:46:07 -04:00
committed by Geoffrey McRae
parent f64310320a
commit f08e2ece93
5 changed files with 5 additions and 4 deletions

View File

@@ -308,4 +308,4 @@ void waylandSetWindowSize(int x, int y);
bool waylandIsValidPointerPos(int x, int y);
void waylandWaitFrame(void);
void waylandSkipFrame(void);
void waylandForceRender(void);
void waylandStopWaitFrame(void);