diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-02-04 08:56:32 -0500 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-02-04 09:27:38 -0500 |
commit | bb774a538e0f3a74cf9737f69a7ccba7b6909e61 (patch) | |
tree | 990e8d064c0a78e8aba8304950e3d889b2ba7d57 /src/lib/ecore_drm/Ecore_Drm.h | |
parent | babd202d05094df18c448b66efb96fcd8f0d0e10 (diff) |
ecore-drm: Add API function to get supported rotations from an output
This patch adds an API function so that we can get the supported
rotations from an output. This is needed so that the Screen Setup
dialog in Enlightenment can list the rotations supported for the user
to choose from while running using drm
@feature
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_drm/Ecore_Drm.h')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index 66ac7fe94b..2942eeb765 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h | |||
@@ -1002,6 +1002,10 @@ EAPI Eina_Bool ecore_drm_output_possible_crtc_get(Ecore_Drm_Output *output, unsi | |||
1002 | */ | 1002 | */ |
1003 | EAPI Eina_Bool ecore_drm_output_mode_set(Ecore_Drm_Output *output, Ecore_Drm_Output_Mode *mode, int x, int y); | 1003 | EAPI Eina_Bool ecore_drm_output_mode_set(Ecore_Drm_Output *output, Ecore_Drm_Output_Mode *mode, int x, int y); |
1004 | 1004 | ||
1005 | /* TODO: doxy */ | ||
1006 | /* @since 1.18 */ | ||
1007 | EAPI unsigned int ecore_drm_output_supported_rotations_get(Ecore_Drm_Output *output, Ecore_Drm_Plane_Type type); | ||
1008 | |||
1005 | /** | 1009 | /** |
1006 | * Enable key remap functionality on a Ecore_Drm_Evdev | 1010 | * Enable key remap functionality on a Ecore_Drm_Evdev |
1007 | * | 1011 | * |