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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-12-07 12:54:21 -05:00
parent 7469261d2f
commit ef3ef643c2
1 changed files with 2 additions and 2 deletions

View File

@ -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.