commit | ff28e201ec0c6d620eaaa29814ab52958487dc31 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Sep 20 23:24:19 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Sep 21 14:20:35 2012 -0700 |
tree | 2d5a08044a7fa4ec5abd42a1aff105afb55f6fb1 | |
parent | b4d18ed34e3513f3a14ea0876c7e330bee72a529 [diff] [blame] |
Display events now always carry the display id they happened on Change-Id: I12de1d883c23927722bc3a71b782f0079de4e831
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 @@ struct Header { uint32_t type; + uint32_t id; nsecs_t timestamp; }; @@ -56,7 +57,6 @@ }; struct Hotplug { - int32_t id; bool connected; };