diff include/mb.h @ 474:00f6b36ec5d2 Android_Skia

Conditional include mb_X_supp.h according X_SUPP
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:33:08 +0800
parents 530bb7728546
children 21f944e79b19
line wrap: on
line diff
--- a/include/mb.h	Thu Nov 12 21:32:58 2009 +0800
+++ b/include/mb.h	Thu Nov 12 21:33:08 2009 +0800
@@ -1,9 +1,13 @@
 #ifndef __MB_H_
 #define __MB_H_
 
+#include "mb_config.h"
+
 #include "mb_types.h"
 #include "mb_redraw_man.h"
+#ifdef X_SUPP
 #include "mb_X_supp.h"
+#endif
 #include "mb_animate.h"
 #include "mb_shapes.h"