mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +00:00
[host] xcb: fix xcb_getFrame compile error
The argument should have been a pointer.
This commit is contained in:
parent
69a4dffddc
commit
2723b4b7c0
@ -212,7 +212,7 @@ static CaptureResult xcb_waitFrame(CaptureFrame * frame)
|
|||||||
return CAPTURE_RESULT_OK;
|
return CAPTURE_RESULT_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static CaptureResult xcb_getFrame(FrameBuffer frame)
|
static CaptureResult xcb_getFrame(FrameBuffer * frame)
|
||||||
{
|
{
|
||||||
assert(this);
|
assert(this);
|
||||||
assert(this->initialized);
|
assert(this->initialized);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user