Windows #include.
[dcpomatic.git] / src / wx / system_information_dialog.cc
index 2630833656a0ee128de2a84f4a90d636a6ee9fee..894239b65d39c2951da638ab79aa81e5232b0a8a 100644 (file)
@@ -42,5 +42,11 @@ SystemInformationDialog::SystemInformationDialog (wxWindow* parent)
                add (_("unknown (OpenGL not enabled in DCP-o-matic)"), false);
        }
 
+       add (_("vsync"), true);
+#if !defined(DCPOMATIC_LINUX) || defined(DCPOMATIC_HAVE_GLX_SWAP_INTERVAL_EXT)
+       add (_("enabled"), false);
+#else
+        add (_("disabled"), false);
+#endif
        layout ();
 }