evas: efl_canvas_output should be able to provide pixels if requested.

This commit is contained in:
Cedric BAIL 2016-09-13 16:10:26 -07:00
parent f8feeb7d92
commit a9ff1bf986
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import evas_types;
class Efl.Canvas.Output (Efl.Object)
class Efl.Canvas.Output (Efl.Object, Efl.Gfx.Buffer)
{
methods {
@property view {
@ -46,5 +46,7 @@ class Efl.Canvas.Output (Efl.Object)
Efl.Object.constructor;
Efl.Object.destructor;
}
events {
pixels,ready;
}
}