Ecore_Wayland: Add doxy & since for dpi function.

SVN revision: 69670
This commit is contained in:
Christopher Michael 2012-03-27 15:15:21 +00:00
parent 48a05444ec
commit 7fd2403a1d
1 changed files with 11 additions and 0 deletions

View File

@ -321,6 +321,17 @@ ecore_wl_pointer_xy_get(int *x, int *y)
_ecore_wl_input_pointer_xy_get(x, y);
}
/**
* Return the screen DPI
*
* This is a simplistic call to get DPI. It does not account for differing
* DPI in the x amd y axes nor does it accoutn for multihead or xinerama and
* xrander where different parts of the screen may have differen DPI etc.
*
* @return the general screen DPI (dots/pixels per inch).
*
* @since 1.2
*/
EAPI int
ecore_wl_dpi_get(void)
{