Merge pull request #1480 from kkartaltepe/module-descriptions
Plugins: Add descriptions to modules
This commit is contained in:
@@ -18,6 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
OBS_DECLARE_MODULE()
|
||||
OBS_MODULE_USE_DEFAULT_LOCALE("linux-xshm", "en-US")
|
||||
MODULE_EXPORT const char *obs_module_description(void)
|
||||
{
|
||||
return "xcomposite/xshm based window/screen capture for X11";
|
||||
}
|
||||
|
||||
extern struct obs_source_info xshm_input;
|
||||
|
||||
|
Reference in New Issue
Block a user