diff nodejs/testcase.js @ 556:c9d23f7279a4 Android_Skia

The first testcase that nodejs code can show a MadButterfly window. This testcase call MadButterfly from Javascript with nodejs framework. The testcase show a MadButterfly window in X.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 06 Jun 2010 19:13:21 +0800
parents 6ec4d7e90480
children d61133da2845
line wrap: on
line diff
--- a/nodejs/testcase.js	Sun Jun 06 15:27:28 2010 +0800
+++ b/nodejs/testcase.js	Sun Jun 06 19:13:21 2010 +0800
@@ -3,5 +3,6 @@
 var sys = require("sys");
 sys.puts(r);
 
+var mb_rt = mbfly.mb_rt(":0.0", 300, 200);
 
 setTimeout(function() { sys.puts("timeout"); }, 1000);