Mercurial > MadButterfly
annotate nodejs/X_supp_njs.h @ 552:dd8d32b4c899 Android_Skia
rename ev_data to rt
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 06 Jun 2010 14:06:42 +0800 |
parents | 9e69c4a0f565 |
children | 0a77b88500bf |
rev | line source |
---|---|
550
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
1 #ifndef __X_SUPP_NJS_H_ |
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
2 #define __X_SUPP_NJS_H_ |
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
3 |
551
9e69c4a0f565
rename njs_ev_data_t to njs_runtime_t
Thinker K.F. Li <thinker@branda.to>
parents:
550
diff
changeset
|
4 struct _njs_runtime; |
9e69c4a0f565
rename njs_ev_data_t to njs_runtime_t
Thinker K.F. Li <thinker@branda.to>
parents:
550
diff
changeset
|
5 typedef struct _njs_runtime njs_runtime_t; |
550
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
6 |
552 | 7 extern void X_njs_MB_handle_connection(njs_runtime_t *rt); |
8 extern void X_njs_MB_free(njs_runtime_t *rt); | |
551
9e69c4a0f565
rename njs_ev_data_t to njs_runtime_t
Thinker K.F. Li <thinker@branda.to>
parents:
550
diff
changeset
|
9 extern njs_runtime_t *X_njs_MB_new(char *display_name, int w, int h); |
552 | 10 extern void *_X_njs_MB_get_runtime(njs_runtime_t *rt); |
550
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
11 |
127499ab2412
Upgrade ndoejs plugin to level of a new runtime.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
12 #endif /* __X_SUPP_NJS_H_ */ |