]> git.sesse.net Git - nageru/blobdiff - flags.h
Rename ui_foo.ui to foo.ui; seemingly, it is more standard.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 147c62a0b1b80c3406ce69fa01bd3fdbe5e480e2..09337d13b9e12513d307e395dd9cd1bf8c4f42ae 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -46,6 +46,7 @@ struct Flags {
        bool multichannel_mapping_mode = false;  // Implicitly true if input_mapping_filename is nonempty.
        std::string input_mapping_filename;  // Empty for none.
        std::string midi_mapping_filename;  // Empty for none.
+       bool default_hdmi_input = false;
        bool print_video_latency = false;
        double audio_queue_length_ms = 100.0;
        bool ycbcr_rec709_coefficients = false;  // Will be overridden by HDMI/SDI output if ycbcr_auto_coefficients == true.
@@ -65,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;