Evas out: migrate more eolian types.

This commit is contained in:
Tom Hacohen 2015-07-15 15:10:29 +01:00
parent 60b16be772
commit a899a04a62
1 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
import evas_types;
class Evas.Out (Eo.Base)
{
eo_prefix: evas_out;
@ -15,10 +17,10 @@ class Evas.Out (Eo.Base)
[[Gets the viewport region of the canvas that the output displays.]]
}
values {
x: Evas_Coord;
y: Evas_Coord;
w: Evas_Coord;
h: Evas_Coord;
x: Evas.Coord;
y: Evas.Coord;
w: Evas.Coord;
h: Evas.Coord;
}
}
@property engine_info {