summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 1117f95..f8267bf 100644
--- a/include/gui/DisplayEventReceiver.h
+++ b/include/gui/DisplayEventReceiver.h
@@ -48,6 +48,7 @@ public:
struct Header {
uint32_t type;
+ uint32_t id;
nsecs_t timestamp;
};
@@ -56,7 +57,6 @@ public:
};
struct Hotplug {
- int32_t id;
bool connected;
};