comparison src/X_supp.c @ 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
comparison
equal deleted inserted replaced
1014:f7bf372a85a3 1015:c4a567112d29
20 #include <X11/extensions/XShm.h> 20 #include <X11/extensions/XShm.h>
21 #endif 21 #endif
22 22
23 #define ERR -1 23 #define ERR -1
24 #define OK 0 24 #define OK 0
25
26 #define ASSERT(x)
25 27
26 #define ONLY_MOUSE_MOVE_RAW 1 28 #define ONLY_MOUSE_MOVE_RAW 1
27 29
28 /*! \ingroup xkb 30 /*! \ingroup xkb
29 * @{ 31 * @{
1157 X_MB_rdman, 1159 X_MB_rdman,
1158 X_MB_timer_man, 1160 X_MB_timer_man,
1159 X_MB_ob_factory, 1161 X_MB_ob_factory,
1160 X_MB_img_ldr 1162 X_MB_img_ldr
1161 }; 1163 };
1164
1165 #if 0
1162 /*! \defgroup x_supp_nodejs_sup Export functions for supporting nodejs plugin. 1166 /*! \defgroup x_supp_nodejs_sup Export functions for supporting nodejs plugin.
1163 * 1167 *
1164 * These functions are for internal using. 1168 * These functions are for internal using.
1165 * @{ 1169 * @{
1166 */ 1170 */
1203 1207
1204 no_more_event(xmb_rt); 1208 no_more_event(xmb_rt);
1205 } 1209 }
1206 1210
1207 /* @} */ 1211 /* @} */
1212 #endif /* 0 */