More accurate reporting of whether vsync is enabled.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 1e93977d7cee5993c0378b40eb48edf2f775d790..2fe5187b4732912c0eb3dfe56b3b015200f36d61 100644 (file)
@@ -994,7 +994,7 @@ private:
        void view_system_information ()
        {
                if (!_system_information_dialog) {
-                       _system_information_dialog = new SystemInformationDialog (this);
+                       _system_information_dialog = new SystemInformationDialog (this, _film_viewer);
                }
 
                _system_information_dialog->Show ();