diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-04-28 15:17:07 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-05-05 12:53:21 -0500 |
commit | 014e84d8fa079088509c3fb3679bb4ce0f39764b (patch) | |
tree | 641aaff253144f72df472a0275f2242e1e9d6e1d /src/lib/ecore_drm2/ecore_drm2_private.h | |
parent | aae1c50dd3fd2aa62b9d2cc661ae9e83baacaf98 (diff) |
ecore_drm2: Store output in plane structure
This will simplify a bunch of API that would otherwise have to pass in
both output and plane - and in some cases we might not have the output
handy anyway.
Diffstat (limited to 'src/lib/ecore_drm2/ecore_drm2_private.h')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h index d8e363b611..4cec4e3208 100644 --- a/src/lib/ecore_drm2/ecore_drm2_private.h +++ b/src/lib/ecore_drm2/ecore_drm2_private.h | |||
@@ -711,6 +711,7 @@ struct _Ecore_Drm2_Plane | |||
711 | { | 711 | { |
712 | int type; | 712 | int type; |
713 | Ecore_Drm2_Plane_State *state; | 713 | Ecore_Drm2_Plane_State *state; |
714 | Ecore_Drm2_Output *output; | ||
714 | }; | 715 | }; |
715 | 716 | ||
716 | struct _Ecore_Drm2_Output_Mode | 717 | struct _Ecore_Drm2_Output_Mode |