From c7a3e0ba6a8749a394ba53c1485accf270040ca8 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 5 Apr 2018 11:44:51 +0200 Subject: [PATCH] Efl.Gfx.Buffer_Access_Mode (from Efl.Gfx.Buffer.Access_Mode) Ref https://phab.enlightenment.org/T6847 Reviewed-by: Cedric Bail --- src/lib/efl/interfaces/efl_gfx_buffer.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/efl/interfaces/efl_gfx_buffer.eo b/src/lib/efl/interfaces/efl_gfx_buffer.eo index b74384ca10..09fd93de5a 100644 --- a/src/lib/efl/interfaces/efl_gfx_buffer.eo +++ b/src/lib/efl/interfaces/efl_gfx_buffer.eo @@ -2,7 +2,7 @@ import efl_gfx_types; import eina_types; /* FIXME: this is very very low level. expose to apps? */ -enum Efl.Gfx.Buffer.Access_Mode { +enum Efl.Gfx.Buffer_Access_Mode { [[Graphics buffer access mode]] none = 0x0, [[No buffer access]] read = 0x1, [[Read access to buffer]] @@ -129,7 +129,7 @@ interface Efl.Gfx.Buffer () be negative. ]] params { - @in mode: Efl.Gfx.Buffer.Access_Mode; [[Specifies whether to map for read-only, + @in mode: Efl.Gfx.Buffer_Access_Mode; [[Specifies whether to map for read-only, write-only or read-write access (OR combination of flags).]] @cref region: Eina.Rect @optional; [[The region to map.]] @in cspace: Efl.Gfx.Colorspace @optional; [[Requested colorspace. If different from the internal cspace,