mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +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;
|
||||
}
|
||||
|
||||
static CaptureResult xcb_getFrame(FrameBuffer frame)
|
||||
static CaptureResult xcb_getFrame(FrameBuffer * frame)
|
||||
{
|
||||
assert(this);
|
||||
assert(this->initialized);
|
||||
|
Loading…
Reference in New Issue
Block a user