Functions that deal with creating, destroying, or interacting with Wayland Outputs. More...
Functions | |
EAPI int | ecore_wl2_output_dpi_get (Ecore_Wl2_Output *output) |
Return the DPI of a given output. More... | |
EAPI int | ecore_wl2_output_transform_get (Ecore_Wl2_Output *output) |
Get the current transform of a given output. More... | |
Functions that deal with creating, destroying, or interacting with Wayland Outputs.
EAPI int ecore_wl2_output_dpi_get | ( | Ecore_Wl2_Output * | output | ) |
Return the DPI of a given output.
This is a simplistic call to get DPI. It does not account for differing DPI in the x and y axes nor does it account for multihead or xinerama and xrandr where different parts of the screen may have different DPI etc.
output | The output to get the DPI of |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
EAPI int ecore_wl2_output_transform_get | ( | Ecore_Wl2_Output * | output | ) |
Get the current transform of a given output.
output | The output to get the transform of |
References EINA_SAFETY_ON_NULL_RETURN_VAL.