]> git.sesse.net Git - vlc/blobdiff - src/config/configuration.h
glx: add missing surface type check
[vlc] / src / config / configuration.h
index f20d0291488b7993a160099797133a0c763ae52e..dd02c7f4af2f267fe6788cb718397454030c7cf9 100644 (file)
@@ -51,6 +51,7 @@ void config_UnsortConfig (void);
     ((type) == CONFIG_ITEM_FLOAT)
 
 extern vlc_rwlock_t config_lock;
+extern bool config_dirty;
 
 bool config_IsSafe (const char *);