Ector generic buffer: Fix Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:15:11 +0000 (14:15 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:29:27 +0000 (14:29 +0000)
This includes either migrating types to eolian, fixing namespace or
importing extra types.

src/lib/ector/ector_generic_buffer.eo

index a196829..d71552b 100644 (file)
@@ -1,3 +1,5 @@
+import efl_gfx_types;
+
 enum Ector.Buffer.Flag {
    none              = 0x00, [[Buffer may not have any backing, indicates an invalid buffer.]]
    cpu_readable      = 0x01, [[Can be read from the CPU after map. Reading may still be very slow.]]