Mercurial > MadButterfly
comparison include/mb_graph_engine_cairo.h @ 635:058945dff7bd
Mark-out cairo-directfb.h temporary.
FourDollars should confirm it.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 25 Jul 2010 13:08:28 +0800 |
parents | 6f71f1b8e4e7 |
children | 34710e86b4a2 |
comparison
equal
deleted
inserted
replaced
634:2f60a2dbe0b3 | 635:058945dff7bd |
---|---|
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 #include <cairo-directfb.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 */ | |
7 #include "mb_basic_types.h" | 12 #include "mb_basic_types.h" |
8 #include "mb_img_ldr.h" | 13 #include "mb_img_ldr.h" |
9 | 14 |
10 /*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo | 15 /*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo |
11 * @{ | 16 * @{ |