From: devilhorns Date: Tue, 27 Mar 2012 15:15:21 +0000 (+0000) Subject: Ecore_Wayland: Add doxy & since for dpi function. X-Git-Tag: 2.0_alpha~44^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b2affb3b647280f12617faa3611edff54512dae;p=framework%2Fuifw%2Fecore.git Ecore_Wayland: Add doxy & since for dpi function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index 754f43c..444b5d2 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -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) {