summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-04 08:04:09 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-04 08:04:09 +0200
commitb0c5fce9347b087b07bfffc290366dafd0ea9ba3 (patch)
treeb7c22ae1491bc08d548591029504d0bb86f1cad9 /lib/efl/native/ecore_evas.rb
parent4cfe801e63e81543337ab5592fb7a381d5815d07 (diff)
downloadffi-efl-b0c5fce9347b087b07bfffc290366dafd0ea9ba3.zip
ffi-efl-b0c5fce9347b087b07bfffc290366dafd0ea9ba3.tar.gz
update ecore_evas, edje, evas
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r--lib/efl/native/ecore_evas.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index a7c8857..d924388 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -276,6 +276,8 @@ module Efl
[ :ecore_evas_wayland_egl_new, [ :string, :uint, :int, :int, :int, :int, :bool ], :ecore_evas ],
# EAPI void ecore_evas_wayland_resize(Ecore_Evas *ee, int location);
[ :ecore_evas_wayland_resize, [ :ecore_evas, :int ], :void ],
+ # EAPI void ecore_evas_wayland_move(Ecore_Evas *ee, int x, int y);
+ [ :ecore_evas_wayland_move, [ :ecore_evas, :int, :int ], :void ],
# EAPI void ecore_evas_wayland_pointer_set(Ecore_Evas *ee, int hot_x, int hot_y);
[ :ecore_evas_wayland_pointer_set, [ :ecore_evas, :int, :int ], :void ],
# EAPI void ecore_evas_wayland_type_set(Ecore_Evas *ee, int type);