diff include/mb_paint.h @ 448:16116d84bc5e

Replace Cairo with a abstract layer mb_graph_engine. mb_graph_engine is a layer to separate MadButterfly from Cairo. It is only a set of macro mapping to cairo implementation, now. But, it provides a oppotunities to replace cairo with other engines; likes skia.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 04 Aug 2009 23:35:41 +0800
parents 7f7855df2af0
children e813ac222f48
line wrap: on
line diff
--- a/include/mb_paint.h	Sun Aug 02 11:00:37 2009 +0800
+++ b/include/mb_paint.h	Tue Aug 04 23:35:41 2009 +0800
@@ -1,7 +1,7 @@
 #ifndef __PAINT_H_
 #define __PAINT_H_
 
-#include <cairo.h>
+#include "mb_graph_engine.h"
 #include "mb_types.h"
 #include "mb_redraw_man.h"
 #include "mb_img_ldr.h"