mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-25 12:58:10 +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 waylandWindowUpdateScale(void);
|
||||||
void waylandSetWindowSize(int x, int y);
|
void waylandSetWindowSize(int x, int y);
|
||||||
bool waylandIsValidPointerPos(int x, int y);
|
bool waylandIsValidPointerPos(int x, int y);
|
||||||
void waylandWaitFrame(void);
|
bool waylandWaitFrame(void);
|
||||||
void waylandSkipFrame(void);
|
void waylandSkipFrame(void);
|
||||||
void waylandStopWaitFrame(void);
|
void waylandStopWaitFrame(void);
|
||||||
|
|
Loading…
Reference in a new issue