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

Commit 27f8840f authored by Greg Hackmann's avatar Greg Hackmann Committed by Gerrit Code Review
Browse files

Merge "make struct Event layout consistent on 32/64-bit"

parents d2f76332 0c7c81f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public:
        struct Header {
            uint32_t type;
            uint32_t id;
            nsecs_t timestamp;
            nsecs_t timestamp __attribute__((aligned(8)));
        };

        struct VSync {