fallback ton non-srgb when window creation fails
[vrfileman] / src / opt.h
index fc4d672..8f7d964 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -6,9 +6,10 @@ struct Options {
        bool vr;
        bool srgb;
        bool fullscreen;
+       const char *path;
 };
 
-extern Options opt;
+extern Options opt, def_opt;
 
 bool init_options(int argc, char **argv, const char *cfgfile);