From dd2bb0b59c09e6ede4cf874d1ea4229792b1db7c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 30 Mar 2004 02:03:07 +0000 Subject: [PATCH] notes for me on what apis to export... SVN revision: 9523 --- legacy/edje/src/lib/edje_embryo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/edje_embryo.c b/legacy/edje/src/lib/edje_embryo.c index 9c667f1..3bab40e 100644 --- a/legacy/edje/src/lib/edje_embryo.c +++ b/legacy/edje/src/lib/edje_embryo.c @@ -122,6 +122,7 @@ _edje_embryo_fn_emit(Embryo_Program *ep, Embryo_Cell *params) * get_size(&w, &h) * resize_request(w, h) * get_mouse(&x, &y) + * get_mouse_buttons() * set_color_class(class[], r, g, b, a) * get_color_class(class[], &r, &g, &b, &a) * set_text_class(class[], font[], Float:size) @@ -169,7 +170,7 @@ _edje_embryo_fn_emit(Embryo_Program *ep, Embryo_Cell *params) * text[min_x,min_y] * text[align_x,align_y] * - * FUTURE: KEYS + * FUTURE: KEYS??? * */ -- 2.7.4