comparison include/mb.h @ 654:21f944e79b19

Use --with-backend to specify display backend.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sat, 31 Jul 2010 17:31:00 +0800
parents 00f6b36ec5d2
children 586e50f82c1f
comparison
equal deleted inserted replaced
653:34710e86b4a2 654:21f944e79b19
3 3
4 #include "mb_config.h" 4 #include "mb_config.h"
5 5
6 #include "mb_types.h" 6 #include "mb_types.h"
7 #include "mb_redraw_man.h" 7 #include "mb_redraw_man.h"
8 #ifdef X_SUPP 8 #ifdef X_BACKEND
9 #include "mb_X_supp.h" 9 #include "mb_X_supp.h"
10 #endif 10 #endif
11 #include "mb_animate.h" 11 #include "mb_animate.h"
12 #include "mb_shapes.h" 12 #include "mb_shapes.h"
13 13