Mercurial > MadButterfly
diff nodejs/mbfly_njs.m4 @ 869:c18058fb48ee
Export API for JS to feed X events.
We need the API that JS code can feed X events to X runtime.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Fri, 24 Sep 2010 03:22:19 +0800 |
parents | d0ee92a96c47 |
children | 67d0fed24120 |
line wrap: on
line diff
--- a/nodejs/mbfly_njs.m4 Thu Sep 23 10:51:25 2010 +0800 +++ b/nodejs/mbfly_njs.m4 Fri Sep 24 03:22:19 2010 +0800 @@ -39,6 +39,10 @@ METHOD([paint_radial_new], [xnjsmb_paint_radial_new], (NUMBER(cx), NUMBER(cy), NUMBER(r), ERR), 3, [OBJ([paint_radial], [paint_t])], - (([MOD], [xnjsmb_mb_rt_objs_mod])))], + (([MOD], [xnjsmb_mb_rt_objs_mod]))), + METHOD([handle_single_event], [xnjsmb_handle_single_event], + (OBJ([evt], [event], [void])), 1, []), + METHOD([no_more_event], [xnjsmb_no_more_event], + (), 0, [])], ((CTOR, ([_X_njs_MB_new], (SELF, STR(display_name), INT(width), INT(height)), 3)))dnl )