X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=09337d13b9e12513d307e395dd9cd1bf8c4f42ae;hb=e5a0d3dfb676087bdcef4c82876234782e46604c;hp=1cd2755b9641600db4d35f594a73ddef29252bab;hpb=e08f8c2acf17cbdc4bd878edb1d779bf898aac76;p=nageru diff --git a/flags.h b/flags.h index 1cd2755..09337d1 100644 --- 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;