(API Change) libobs: Add hotkey data to *_create functions

This commit is contained in:
Palana
2014-11-01 21:41:17 +01:00
parent d0cae31a48
commit 1d39c3e9b6
15 changed files with 68 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ static SceneContext SetupScene()
/* ------------------------------------------------------ */
/* create source */
SourceContext source{obs_source_create(OBS_SOURCE_TYPE_INPUT,
"random", "a test source", nullptr)};
"random", "a test source", nullptr, nullptr)};
if (!source)
throw "Couldn't create random test source";