]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Qt: update DVD title/chapter syntax, add it for BD
[vlc] / include / vlc_configuration.h
index 2284f1c27d9b64eb9b9433f4b5a415ba33661261..57ef5f99de39b5a791f4e828a836f35e2f322531 100644 (file)
@@ -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;
 };