mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[host] xcb: fix xcb_create signature error
Should have two arguments instead of zero.
This commit is contained in:
parent
2723b4b7c0
commit
ed9e3d253b
@ -62,7 +62,7 @@ static const char * xcb_getName(void)
|
||||
return "XCB";
|
||||
}
|
||||
|
||||
static bool xcb_create(void)
|
||||
static bool xcb_create(CaptureGetPointerBuffer getPointerBufferFn, CapturePostPointerBuffer postPointerBufferFn)
|
||||
{
|
||||
assert(!this);
|
||||
this = (struct xcb *)calloc(sizeof(struct xcb), 1);
|
||||
|
Loading…
Reference in New Issue
Block a user