Searched defs:obs_modeless_ui (Results 1 – 1 of 1) sorted by relevance
84 struct obs_modeless_ui { struct85 const char *id; /**< Identifier associated with this UI */86 const char *task; /**< Task of the UI */87 const char *target; /**< UI target (UI toolkit or program name) */118 EXPORT void obs_register_modeless_ui(const struct obs_modeless_ui *info); argument