]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Add tree-view for SD only
[vlc] / include / vlc_input.h
index d3d672b153e74beb23c60ada2c0923f9b10a1e57..f97d196061c900d61048b5c98437724b71056d67 100644 (file)
@@ -73,6 +73,7 @@ struct input_item_t
     mtime_t    i_duration;           /**< Duration in milliseconds*/
 
     uint8_t    i_type;               /**< Type (file, disc, ...) */
+    bool b_prefers_tree;             /**< Do we prefer being displayed as tree*/
 
     int        i_categories;         /**< Number of info categories */
     info_category_t **pp_categories; /**< Pointer to the first info category */