comparison 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
comparison
equal deleted inserted replaced
552:dd8d32b4c899 553:0a77b88500bf
130 rt->enable_timer = 0; /* no timer, now */ 130 rt->enable_timer = 0; /* no timer, now */
131 131
132 return rt; 132 return rt;
133 } 133 }
134 134
135 /*! \brief Get X runtime that is backend of this njs runtime.
136 */
135 void * 137 void *
136 _X_njs_MB_get_runtime(njs_runtime_t *rt) { 138 _X_njs_MB_get_X_runtime(njs_runtime_t *rt) {
137 return rt->xrt; 139 return rt->xrt;
138 } 140 }