diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-26 15:14:08 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-26 15:14:08 +0100 |
commit | 272c377ba4ff44e77e179de9868cdce6d26133bd (patch) | |
tree | a4f23b78bb7c2daf01c10cb7725b3fe47266e3c1 /lib/efl/native/evas.rb | |
parent | b9efc92cb88010a24b0a7db1dbd97d274b0504f2 (diff) | |
download | ffi-efl-272c377ba4ff44e77e179de9868cdce6d26133bd.zip ffi-efl-272c377ba4ff44e77e179de9868cdce6d26133bd.tar.gz |
regenerate evas and elementary
Diffstat (limited to 'lib/efl/native/evas.rb')
-rw-r--r-- | lib/efl/native/evas.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/efl/native/evas.rb b/lib/efl/native/evas.rb index 5043889..6b9ba11 100644 --- a/lib/efl/native/evas.rb +++ b/lib/efl/native/evas.rb @@ -21,6 +21,10 @@ module Efl # ffi_lib 'evas' # + # CONSTANTS + EVAS_LAYER_MIN=-32768 + EVAS_LAYER_MAX=32767 + # # ENUMS # typedef enum _Evas_BiDi_Direction {...} Evas_BiDi_Direction; enum :evas_bidi_direction, [ :evas_bidi_direction_natural, 0, :evas_bidi_direction_neutral, 0, :evas_bidi_direction_ltr, 1, |