Mercurial > MadButterfly
comparison include/mb_graph_engine_cairo.h @ 653:34710e86b4a2
Remove cairo-directfb.h but it will be needed at graphic layer initialization of SMP8654.
author | Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com> |
---|---|
date | Sat, 31 Jul 2010 16:36:53 +0800 |
parents | 058945dff7bd |
children | 586e50f82c1f |
comparison
equal
deleted
inserted
replaced
652:1748dce31cdb | 653:34710e86b4a2 |
---|---|
1 #ifndef __MB_GE_CAIRO_H_ | 1 #ifndef __MB_GE_CAIRO_H_ |
2 #define __MB_GE_CAIRO_H_ | 2 #define __MB_GE_CAIRO_H_ |
3 | 3 |
4 #include <stdio.h> | 4 #include <stdio.h> |
5 #include <cairo.h> | 5 #include <cairo.h> |
6 /* This include file should be remove from here, since it will only be | |
7 * used by directfb runtime module. Other modules would not use it. | |
8 * FourDollars, please, confirms it. | |
9 * | |
10 * #include <cairo-directfb.h> | |
11 */ | |
12 #include "mb_basic_types.h" | 6 #include "mb_basic_types.h" |
13 #include "mb_img_ldr.h" | 7 #include "mb_img_ldr.h" |
14 | 8 |
15 /*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo | 9 /*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo |
16 * @{ | 10 * @{ |