mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 07:06:13 -05:00
(API Change) libobs: Add hotkey data to *_create functions
This commit is contained in:
@@ -111,7 +111,7 @@ bool AddNew(QWidget *parent, const char *id, const char *name)
|
||||
|
||||
} else {
|
||||
source = obs_source_create(OBS_SOURCE_TYPE_INPUT,
|
||||
id, name, NULL);
|
||||
id, name, NULL, nullptr);
|
||||
|
||||
if (source) {
|
||||
obs_add_source(source);
|
||||
|
||||
Reference in New Issue
Block a user