]> git.pld-linux.org Git - packages/mir.git/blob - mir-c++.patch
- new URLs, updated to 1.0.0
[packages/mir.git] / mir-c++.patch
1 --- mir-0.29.0/src/platforms/mesa/server/kms/bypass.h.orig      2017-12-12 14:02:22.000000000 +0100
2 +++ mir-0.29.0/src/platforms/mesa/server/kms/bypass.h   2018-10-14 08:27:57.821585391 +0200
3 @@ -36,7 +36,7 @@
4  private:
5      geometry::Rectangle const view_area;
6      bool bypass_is_feasible;
7 -    glm::mat4 const identity;
8 +    glm::mat4 const identity{};
9  };
10  
11  } // namespace mesa
12 --- mir-0.29.0/src/server/graphics/nested/display_buffer.h.orig 2017-12-12 14:02:22.000000000 +0100
13 +++ mir-0.29.0/src/server/graphics/nested/display_buffer.h      2018-10-14 09:43:46.708200116 +0200
14 @@ -88,7 +88,7 @@
15          stream,
16          chain
17      } content;
18 -    glm::mat4 const identity;
19 +    glm::mat4 const identity{};
20  
21      std::mutex mutex;
22      typedef std::tuple<MirBuffer*, MirPresentationChain*> SubmissionInfo;
This page took 0.118757 seconds and 3 git commands to generate.