comparison include/mb.h @ 1067:7b4e80ab671a openvg

merge from default branch
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 01 Dec 2010 12:25:56 +0800
parents 8679b03f72e8
children
comparison
equal deleted inserted replaced
630:bd18951b51d5 1067:7b4e80ab671a
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
2 // vim: sw=4:ts=8:sts=4
1 #ifndef __MB_H_ 3 #ifndef __MB_H_
2 #define __MB_H_ 4 #define __MB_H_
3 5
4 #include "mb_config.h" 6 #include "mb_config.h"
5 7
6 #include "mb_types.h" 8 #include "mb_types.h"
7 #include "mb_redraw_man.h" 9 #include "mb_redraw_man.h"
8 #ifdef X_SUPP 10 #ifdef X_BACKEND
9 #include "mb_X_supp.h" 11 #include "mb_X_supp.h"
12 #endif
13 #ifdef DFB_BACKEND
14 #include "mb_dfb_supp.h"
10 #endif 15 #endif
11 #include "mb_animate.h" 16 #include "mb_animate.h"
12 #include "mb_shapes.h" 17 #include "mb_shapes.h"
18 #include "mb_backend.h"
19 #include "mb_sprite.h"
13 20
14 #endif /* __MB_H_ */ 21 #endif /* __MB_H_ */