Ubuntu Pastebin

Paste from alan at Mon, 10 Jul 2017 16:33:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== 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
Download as text