mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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";
|
return "XCB";
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool xcb_create(void)
|
static bool xcb_create(CaptureGetPointerBuffer getPointerBufferFn, CapturePostPointerBuffer postPointerBufferFn)
|
||||||
{
|
{
|
||||||
assert(!this);
|
assert(!this);
|
||||||
this = (struct xcb *)calloc(sizeof(struct xcb), 1);
|
this = (struct xcb *)calloc(sizeof(struct xcb), 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user