libobs: Add global hotkey support

This commit is contained in:
Palana
2014-11-01 21:41:17 +01:00
parent 4daa5c7aa7
commit 5ad553d06d
15 changed files with 3015 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ obs_service_t *obs_service_create(const char *id, const char *name,
service = bzalloc(sizeof(struct obs_service));
if (!obs_context_data_init(&service->context, settings, name)) {
if (!obs_context_data_init(&service->context, settings, name, NULL)) {
bfree(service);
return NULL;
}