Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3d8f74c authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fix Surface positions are not floats"

parents b76e90de 8343f2c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@ struct layer_state_t {
            };
            SurfaceID       surface;
            uint32_t        what;
            int32_t         x;
            int32_t         y;
            float           x;
            float           y;
            uint32_t        z;
            uint32_t        w;
            uint32_t        h;