Mercurial > MadButterfly
diff nodejs/X_supp_njs.c @ 553:0a77b88500bf Android_Skia
rename _X_njs_MB_get_runtime to _X_njs_MB_get_X_runtime
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 06 Jun 2010 14:11:13 +0800 |
parents | dd8d32b4c899 |
children | 4caf6090825f |
line wrap: on
line diff
--- a/nodejs/X_supp_njs.c Sun Jun 06 14:06:42 2010 +0800 +++ b/nodejs/X_supp_njs.c Sun Jun 06 14:11:13 2010 +0800 @@ -132,7 +132,9 @@ return rt; } +/*! \brief Get X runtime that is backend of this njs runtime. + */ void * -_X_njs_MB_get_runtime(njs_runtime_t *rt) { +_X_njs_MB_get_X_runtime(njs_runtime_t *rt) { return rt->xrt; }