diff options
author | Chris Michael <cp.michael@samsung.com> | 2018-02-21 12:16:31 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2018-02-27 09:16:00 -0500 |
commit | fc4f66c6c234d95d807342927044f5ce9276e9a9 (patch) | |
tree | 70bb995d4bac7c4ca78a5d1cafae09cf88d85fc6 /src/lib/ecore_drm2/ecore_drm2_private.h | |
parent | 9f63fac2d2df7689f3ce7b8a542d36c46cf64689 (diff) |
ecore-drm2: Add API to get/set which output is relative to another
In order to know which output we should clone, we need a way to
store/retrieve the output which should be cloned. This patch adds a
small api we can use in randr config dialog to get/set that value.
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
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 c2a59e4eee..490f1665e4 100644 --- a/src/lib/ecore_drm2/ecore_drm2_private.h +++ b/src/lib/ecore_drm2/ecore_drm2_private.h | |||
@@ -234,6 +234,7 @@ struct _Ecore_Drm2_Output | |||
234 | 234 | ||
235 | struct | 235 | struct |
236 | { | 236 | { |
237 | const char *to; | ||
237 | Ecore_Drm2_Relative_Mode mode; | 238 | Ecore_Drm2_Relative_Mode mode; |
238 | } relative; | 239 | } relative; |
239 | 240 | ||