From ef3ef643c2645c8536f7d97fc19ed555995972d0 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 7 Dec 2015 12:54:21 -0500 Subject: [PATCH] evas: Fix definition of framespace in canvas eo file The definition of 'framespace' in the canvas eo file is incorrect. Framespace is the space occupied by the window frame within the canvas viewport @fix Signed-off-by: Chris Michael --- src/lib/evas/canvas/evas_canvas.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/canvas/evas_canvas.eo b/src/lib/evas/canvas/evas_canvas.eo index 760b7eadbf..1b72fedaf2 100644 --- a/src/lib/evas/canvas/evas_canvas.eo +++ b/src/lib/evas/canvas/evas_canvas.eo @@ -11,8 +11,8 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface) given evas. The framespace size is used in the Wayland engines to denote - space where the output is not drawn. This is mainly used in - ecore_evas to draw borders. + space in the viewport which is occupied by the window + frame. This is mainly used in ecore_evas to draw borders. The units used for $w and $h depend on the engine used by the evas.