mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
xcb: Fixed return value of xcb_deinit
`xcb_deinit` returns `true` to fit the capture interface standard.
This commit is contained in:

committed by
Geoffrey McRae

parent
2824238b4d
commit
fbf294efd9
@@ -178,7 +178,7 @@ static bool xcb_deinit(void)
|
||||
}
|
||||
|
||||
this->initialized = false;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
static void xcb_free(void)
|
||||
|
Reference in New Issue
Block a user