]> git.sesse.net Git - nageru/blobdiff - flags.h
Add a mode to run in full screen.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 1cd2755b9641600db4d35f594a73ddef29252bab..09337d13b9e12513d307e395dd9cd1bf8c4f42ae 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -66,6 +66,7 @@ struct Flags {
        int x264_bit_depth = 8;  // Not user-settable.
        bool use_zerocopy = false;  // Not user-settable.
        bool can_disable_srgb_decoder = false;  // Not user-settable.
+       bool fullscreen = false;
 };
 extern Flags global_flags;