diff include/mb.h @ 905:e3a5e05f00c1

Roughly DirectFB backend porting.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sun, 03 Oct 2010 18:12:11 +0800
parents 586e50f82c1f
children 32425882e351
line wrap: on
line diff
--- a/include/mb.h	Sun Oct 03 17:00:31 2010 +0800
+++ b/include/mb.h	Sun Oct 03 18:12:11 2010 +0800
@@ -10,6 +10,9 @@
 #ifdef X_BACKEND
 #include "mb_X_supp.h"
 #endif
+#ifdef DFB_BACKEND
+#include "mb_dfb_supp.h"
+#endif
 #include "mb_animate.h"
 #include "mb_shapes.h"