diff options
author | Christopher Michael <cp.michael@samsung.com> | 2019-03-22 12:41:16 -0400 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2019-03-22 12:41:17 -0400 |
commit | 9c08fe29d49dc53a679cdfd2dcb252928e169f99 (patch) | |
tree | 1b95847dbad714e90394c8037adcb8250445e9ba /src/lib/ecore_drm2/ecore_drm2_private.h | |
parent | 3315c0dd1cf5aea3aa08a0f2e6b67f3ebabd346a (diff) |
ecore-drm2: Set output rotation value
Summary:
When we call ecore_drm2_output_rotation_set we need to store that
value in the Output structure so that it can be checked later when
needed.
ref T7690
Depends on D8112
Reviewers: raster, cedric, zmike
Reviewed By: cedric
Subscribers: cedric
Tags: #efl, #do_not_merge
Maniphest Tasks: T7690
Differential Revision: https://phab.enlightenment.org/D8113
Diffstat (limited to '')
-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 d1a749a871..25aaac7d71 100644 --- a/src/lib/ecore_drm2/ecore_drm2_private.h +++ b/src/lib/ecore_drm2/ecore_drm2_private.h | |||
@@ -208,6 +208,7 @@ struct _Ecore_Drm2_Output | |||
208 | int fd; | 208 | int fd; |
209 | int pipe; | 209 | int pipe; |
210 | int x, y, w, h, pw, ph; | 210 | int x, y, w, h, pw, ph; |
211 | int rotation; | ||
211 | 212 | ||
212 | long fallback_sec, fallback_usec; | 213 | long fallback_sec, fallback_usec; |
213 | 214 | ||