Add OBS_TEXT_MULTILINE for text obs properties

This commit is contained in:
Palana
2014-07-19 21:31:46 +02:00
parent adf6beb03f
commit 77bb225910
2 changed files with 19 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ enum obs_path_type {
enum obs_text_type {
OBS_TEXT_DEFAULT,
OBS_TEXT_PASSWORD,
OBS_TEXT_MULTILINE,
};
struct obs_properties;