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

Commit 3b1cb037 authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

am 27f8840f: Merge "make struct Event layout consistent on 32/64-bit"

* commit '27f8840f':
  make struct Event layout consistent on 32/64-bit
parents fb3bbd1d 27f8840f
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 {