=== modified file 'tests/framework/fake_displayconfigurationoutput.h'
--- tests/framework/fake_displayconfigurationoutput.h 2017-02-02 13:13:39 +0000
+++ tests/framework/fake_displayconfigurationoutput.h 2017-07-10 16:22:51 +0000
@@ -53,6 +53,9 @@
{},
mir_output_gamma_unsupported,
{}
+#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
+ ,{}
+#endif
};
const mg::DisplayConfigurationOutput fakeOutput2
@@ -83,6 +86,9 @@
{},
mir_output_gamma_unsupported,
{}
+#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
+ ,{}
+#endif
};
#endif // FAKE_DISPLAYCONFIGURATIONOUTPUT_H