diff options
Diffstat (limited to 'src/lib/ecore_drm/Ecore_Drm.h')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index feb48f8414..157d0b8f18 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h | |||
@@ -761,6 +761,20 @@ EAPI void ecore_drm_device_pointer_xy_get(Ecore_Drm_Device *dev, int *x, int *y) | |||
761 | */ | 761 | */ |
762 | EAPI const Eina_List *ecore_drm_devices_get(void); | 762 | EAPI const Eina_List *ecore_drm_devices_get(void); |
763 | 763 | ||
764 | /** | ||
765 | * Get the minimum and maximum screen size range | ||
766 | * | ||
767 | * @param dev The Ecore_Drm_Device to get screen size range from | ||
768 | * @param *minw The parameter in which smallest width is stored | ||
769 | * @param *minh The parameter in which smallest height is stored | ||
770 | * @param *maxw The parameter in which largest width is stored | ||
771 | * @param *maxh The parameter in which largest height is stored | ||
772 | * | ||
773 | * @ingroup Ecore_Drm_Device_Group | ||
774 | * @since 1.15 | ||
775 | */ | ||
776 | EAPI void ecore_drm_screen_size_range_get(Ecore_Drm_Device *dev, int *minw, int *minh, int *maxw, int *maxh); | ||
777 | |||
764 | #ifdef __cplusplus | 778 | #ifdef __cplusplus |
765 | } | 779 | } |
766 | #endif | 780 | #endif |