]> git.sesse.net Git - nageru/blobdiff - futatabi/flags.h
Make width/height configurable in Futatabi.
[nageru] / futatabi / flags.h
index 5e9d34b2c24b969e36859343c64675c46e2ae234..395093640c9081c4e598603675139decfc02108d 100644 (file)
@@ -6,6 +6,7 @@
 #include "defs.h"
 
 struct Flags {
+       int width = 1280, height = 720;
        std::string stream_source;
        std::string working_directory = ".";
        bool slow_down_input = false;