commit | 7e4a587f6038bcf9b58ca615fce9e52fd47e30c3 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Sep 29 22:39:22 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Sep 29 22:44:28 2009 -0700 |
tree | 702cbd56ed6a468aeb2c3f590dd7824984e4cb38 | |
parent | ba6be54876a19444f0b214b4b3b0749df227b013 [diff] [blame] |
introduce the notion of the requested size in the Layer state
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index b3b838e..16ee542 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h
@@ -88,6 +88,8 @@ struct State { uint32_t w; uint32_t h; + uint32_t requested_w; + uint32_t requested_h; uint32_t z; uint8_t alpha; uint8_t flags;