X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_configuration.h;h=57ef5f99de39b5a791f4e828a836f35e2f322531;hb=4f75c7f0a8fbdb6dcff308b34174af8be713b384;hp=2284f1c27d9b64eb9b9433f4b5a415ba33661261;hpb=20692b9c217819421844394feeffd105fb12f00c;p=vlc diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h index 2284f1c27d..57ef5f99de 100644 --- a/include/vlc_configuration.h +++ b/include/vlc_configuration.h @@ -53,6 +53,7 @@ extern "C" { /* Configuration item types */ #define CONFIG_ITEM_FLOAT 0x20 /* Float option */ #define CONFIG_ITEM_INTEGER 0x40 /* Integer option */ +#define CONFIG_ITEM_RGB 0x41 /* RGB color option */ #define CONFIG_ITEM_BOOL 0x60 /* Bool option */ #define CONFIG_ITEM_STRING 0x80 /* String option */ #define CONFIG_ITEM_PASSWORD 0x81 /* Password option (*) */ @@ -171,7 +172,6 @@ struct module_config_t char **ppsz_action_text; /* Friendly names for actions */ /* Deprecated */ - char *psz_oldname; /* Old option name */ bool b_removed; };