xwayland: Small comment edit
Be more precise in describing the return value. Signed-off-by: Roman Gilg <subdiff@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
41dafcc2a2
commit
cc882af336
|
@ -137,8 +137,9 @@ output_get_new_size(struct xwl_output *xwl_output,
|
||||||
/* Approximate some kind of mmpd (m.m. per dot) of the screen given the outputs
|
/* Approximate some kind of mmpd (m.m. per dot) of the screen given the outputs
|
||||||
* associated with it.
|
* associated with it.
|
||||||
*
|
*
|
||||||
* It will either calculate the mean mmpd of all the outputs, or default to
|
* It either calculates the mean mmpd of all the outputs or, if no reasonable
|
||||||
* 96 DPI if no reasonable value could be calculated.
|
* value could be calculated, defaults to the mmpd of a screen with a DPI value
|
||||||
|
* of DEFAULT_DPI.
|
||||||
*/
|
*/
|
||||||
static double
|
static double
|
||||||
approximate_mmpd(struct xwl_screen *xwl_screen)
|
approximate_mmpd(struct xwl_screen *xwl_screen)
|
||||||
|
|
Loading…
Reference in New Issue