Mercurial > MadButterfly
diff src/X_supp.c @ 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 | 127499ab2412 |
children | d416e1fff71a 05a453e07d01 |
line wrap: on
line diff
--- a/src/X_supp.c Sun Jun 06 15:27:28 2010 +0800 +++ b/src/X_supp.c Sun Jun 06 19:13:21 2010 +0800 @@ -666,7 +666,7 @@ /*! \brief Flush buffer for the X connection of a runtime object. */ -int _X_MB_flush_x_conn_nodejs(void *rt) { +int _X_MB_flush_x_conn_for_nodejs(void *rt) { return XFlush(((X_MB_runtime_t *)rt)->display); }