Mercurial > MadButterfly
comparison include/mb_graph_engine.h @ 451:5c9e2a8a4bd8
Remove all "cairo" wording.
- all cairo are replaced by mbe version
- except pango relative ones.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 05 Aug 2009 16:10:47 +0800 |
parents | a417fd980228 |
children | bb4f651090bf |
comparison
equal
deleted
inserted
replaced
450:a417fd980228 | 451:5c9e2a8a4bd8 |
---|---|
1 #ifndef __MBE_H_ | 1 #ifndef __MBE_H_ |
2 #define __MBE_H_ | 2 #define __MBE_H_ |
3 | 3 |
4 #include <stdio.h> | 4 #include <stdio.h> |
5 #include <cairo.h> | 5 #include <cairo.h> |
6 #include <cairo-xlib.h> | |
6 #include "mb_img_ldr.h" | 7 #include "mb_img_ldr.h" |
7 | 8 |
8 /*! \defgroup mb_graph_engine MadButterfly Graphic Engine | 9 /*! \defgroup mb_graph_engine MadButterfly Graphic Engine |
9 * @{ | 10 * @{ |
10 */ | 11 */ |