summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-27 10:18:23 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-29 15:03:37 +0200
commit65256cefd457e6128fbf51d0b7efedf9be659dab (patch)
tree0fd17b3fb0e90980fdc73a68fa3cf2c13afd558e /lib/efl/native/ecore_evas.rb
parent725a08945810facb63eeb5aa7a16d08299b965d8 (diff)
downloadffi-efl-65256cefd457e6128fbf51d0b7efedf9be659dab.zip
ffi-efl-65256cefd457e6128fbf51d0b7efedf9be659dab.tar.gz
C API update: elm_map, ecore_evas
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r--lib/efl/native/ecore_evas.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index 808d693..a7c8857 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -276,6 +276,12 @@ 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_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);
+ [ :ecore_evas_wayland_type_set, [ :ecore_evas, :int ], :void ],
+ # EAPI Ecore_Wl_Window *ecore_evas_wayland_window_get(const Ecore_Evas *ee);
+ [ :ecore_evas_wayland_window_get, [ :ecore_evas ], :ecore_wl_window ],
# EAPI Ecore_Evas *ecore_evas_buffer_new(int w, int h);
[ :ecore_evas_buffer_new, [ :int, :int ], :ecore_evas ],
# 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);