mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-12 19:45:36 +00:00
[client] wayland: fix failure to build
This commit is contained in:
parent
c15d0dc672
commit
80c9f7223a
1 changed files with 1 additions and 1 deletions
|
@ -306,6 +306,6 @@ void waylandWindowFree(void);
|
|||
void waylandWindowUpdateScale(void);
|
||||
void waylandSetWindowSize(int x, int y);
|
||||
bool waylandIsValidPointerPos(int x, int y);
|
||||
void waylandWaitFrame(void);
|
||||
bool waylandWaitFrame(void);
|
||||
void waylandSkipFrame(void);
|
||||
void waylandStopWaitFrame(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue