summaryrefslogtreecommitdiffstats
path: root/include/gui/DisplayEventReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/DisplayEventReceiver.h')
-rw-r--r--include/gui/DisplayEventReceiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/DisplayEventReceiver.h b/include/gui/DisplayEventReceiver.h
index f8267bf..a4718b9 100644
--- a/include/gui/DisplayEventReceiver.h
+++ b/include/gui/DisplayEventReceiver.h
@@ -49,7 +49,7 @@ public:
struct Header {
uint32_t type;
uint32_t id;
- nsecs_t timestamp;
+ nsecs_t timestamp __attribute__((aligned(8)));
};
struct VSync {