]> git.sesse.net Git - vlc/commitdiff
core: add missing type (fix compil for qt4) and add new types for snapshot/record
authorErwan Tulou <erwan10@videolan.org>
Mon, 24 Aug 2009 21:49:37 +0000 (23:49 +0200)
committerErwan Tulou <erwan10@videolan.org>
Mon, 24 Aug 2009 21:49:37 +0000 (23:49 +0200)
include/vlc_configuration.h

index bdd734e303c176eccfb461be424c5d5d7c1ef0eb..98dd14b5e0c483e4aa460622ba282a59baa6a7e5 100644 (file)
@@ -222,6 +222,10 @@ typedef enum vlc_userdir
     VLC_HOME_DIR, /* User's home */
     VLC_CONFIG_DIR, /* VLC-specific configuration directory */
     VLC_DATA_DIR, /* VLC-specific data directory */
+    VLC_DOWNLOAD_DIR, /* VLC-specific download directory */
+    VLC_PICTURE_DIR, /* VLC-specific snapshot directory */
+    VLC_MUSIC_DIR, /* VLC-specific music directory */
+    VLC_VIDEO_DIR, /* VLC-specific video directory */
 } vlc_userdir_t;
 
 VLC_EXPORT(char *, config_GetUserDir, ( vlc_userdir_t ) LIBVLC_USED);