# HG changeset patch # User Thinker K.F. Li # Date 1290357750 -28800 # Node ID c4a567112d295e71dea0d6bd9d11498da7198b1f # Parent f7bf372a85a37bb307806d5929d75beb03c8ce33 Mark out functions supprting nodejs in X_supp.c diff -r f7bf372a85a3 -r c4a567112d29 src/X_supp.c --- a/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 +++ b/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 @@ -23,6 +23,8 @@ #define ERR -1 #define OK 0 +#define ASSERT(x) + #define ONLY_MOUSE_MOVE_RAW 1 /*! \ingroup xkb @@ -1159,6 +1161,8 @@ X_MB_ob_factory, X_MB_img_ldr }; + +#if 0 /*! \defgroup x_supp_nodejs_sup Export functions for supporting nodejs plugin. * * These functions are for internal using. @@ -1205,3 +1209,4 @@ } /* @} */ +#endif /* 0 */