mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] wayland: make waitFrame work when not rendering
Implement skipFrame and do various things to wake waitFrame.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user