Mercurial > MadButterfly
view include/mb.h @ 497:6abc53f00792 Android_Skia
It may not need to call unref() for xfermode object.
unref() makes compile-time fault. It seems Skia don't want we to call
it. It is removed temporary and should be reviewed, later.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 26 Nov 2009 15:03:01 +0800 |
parents | 00f6b36ec5d2 |
children | 21f944e79b19 |
line wrap: on
line source
#ifndef __MB_H_ #define __MB_H_ #include "mb_config.h" #include "mb_types.h" #include "mb_redraw_man.h" #ifdef X_SUPP #include "mb_X_supp.h" #endif #include "mb_animate.h" #include "mb_shapes.h" #endif /* __MB_H_ */