drm_hwcomposer: Move CompositionType out of HwcLayer struct
Moving this paves the way for reducing dependency on HwcLayer from the Backend class Change-Id: I62f057a0efcb7afc3c9a04cff3bd53b5c56c5ad9
This commit is contained in:
parent
3a403db8d3
commit
a5fb437d37
9 changed files with 41 additions and 46 deletions
|
|
@ -32,6 +32,8 @@ class DrmFbIdHandle;
|
|||
|
||||
using ILayerId = int64_t;
|
||||
|
||||
enum class CompositionType { kInvalid, kClient, kDevice, kSolidColor, kCursor };
|
||||
|
||||
/* Rotation is defined in the clockwise direction */
|
||||
/* The flip is done before rotation */
|
||||
struct LayerTransform {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue