changeset 1015:c4a567112d29 refine_backend_if

Mark out functions supprting nodejs in X_supp.c
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +0800
parents f7bf372a85a3
children 7b503c7ed46f
files src/X_supp.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */