mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
xcb: Fixed return value of xcb_deinit
`xcb_deinit` returns `true` to fit the capture interface standard.
This commit is contained in:
parent
2824238b4d
commit
fbf294efd9
@ -178,7 +178,7 @@ static bool xcb_deinit(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->initialized = false;
|
this->initialized = false;
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void xcb_free(void)
|
static void xcb_free(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user