diff options
Diffstat (limited to 'hwc/hwc_dev.h')
-rw-r--r-- | hwc/hwc_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hwc/hwc_dev.h b/hwc/hwc_dev.h index 9acc9aa..471a577 100644 --- a/hwc/hwc_dev.h +++ b/hwc/hwc_dev.h @@ -31,6 +31,7 @@ #include "hal_public.h" #include "rgz_2d.h" +#include "display.h" struct ext_transform { uint8_t rotation : 3; /* 90-degree clockwise rotations */ @@ -172,6 +173,7 @@ struct omap_hwc_device { struct ion_handle *ion_handles[2]; bool use_sw_vsync; + display_t *displays[MAX_DISPLAYS]; }; typedef struct omap_hwc_device omap_hwc_device_t; |