summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-16 16:45:30 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-16 16:45:30 +0100
commit3cd16d856a0fce02bd8f2644bfc130aede57b449 (patch)
tree5ef7d3a80aa02a02bfd8b2f3495d7d96b6892d26 /lib/efl/native/ecore_evas.rb
parentbfaac9fcf80c574e4c50290f3e07eb84377823e4 (diff)
downloadffi-efl-3cd16d856a0fce02bd8f2644bfc130aede57b449.zip
ffi-efl-3cd16d856a0fce02bd8f2644bfc130aede57b449.tar.gz
update ecore_evas API
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 657bf27..a330da4 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -249,6 +249,8 @@ module Efl
[ :ecore_evas_wayland_resize, [ :pointer, :int ], :void ],
# EAPI void ecore_evas_wayland_drag_start(Ecore_Evas *ee, Ecore_Evas *drag_ee, void *source);
[ :ecore_evas_wayland_drag_start, [ :pointer, :pointer, :pointer ], :void ],
+ # EAPI void ecore_evas_wayland_pointer_set(Ecore_Evas *ee, int hot_x, int hot_y);
+ [ :ecore_evas_wayland_pointer_set, [ :pointer, :int, :int ], :void ],
# EAPI Ecore_Evas *ecore_evas_buffer_new(int w, int h);
[ :ecore_evas_buffer_new, [ :int, :int ], :pointer ],
# EAPI Ecore_Evas *ecore_evas_buffer_allocfunc_new(int w, int h, void *(*alloc_func) (void *data, int size), void (*free_func) (void *data, void *pix), const void *data);