UI: Add source icons

This commit is contained in:
Clayton Groeneveld
2019-07-27 23:59:16 -05:00
committed by jp9000
parent 226f704e90
commit 82ffcdc827
66 changed files with 551 additions and 9 deletions

View File

@@ -1042,6 +1042,7 @@ bool obs_module_load(void)
si.type = OBS_SOURCE_TYPE_INPUT;
si.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW;
si.get_properties = get_properties;
si.icon_type = OBS_ICON_TYPE_TEXT;
si.get_name = [](void *) { return obs_module_text("TextGDIPlus"); };
si.create = [](obs_data_t *settings, obs_source_t *source) {