am 95f01799
: HWC: Add a color transform attribute per display
* commit '95f017990ba70ba3ed22eac4f61c4f02cfc79045': HWC: Add a color transform attribute per display
This commit is contained in:
commit
5cdefc7b6f
1 changed files with 4 additions and 0 deletions
|
@ -192,6 +192,10 @@ enum {
|
|||
*/
|
||||
HWC_DISPLAY_DPI_X = 4,
|
||||
HWC_DISPLAY_DPI_Y = 5,
|
||||
|
||||
/* Indicates which of the vendor-defined color transforms is provided by
|
||||
* this configuration. */
|
||||
HWC_DISPLAY_COLOR_TRANSFORM = 6,
|
||||
};
|
||||
|
||||
/* Allowed events for hwc_methods::eventControl() */
|
||||
|
|
Loading…
Reference in a new issue