diff include/mb_types.h @ 521:fa2ccf39ba53 Android_Skia

imported patch more_comment.diff
author Thinker K.F. Li <thinker@branda.to>
date Sat, 19 Dec 2009 08:22:07 +0800
parents d186d1e24458
children a545f126d2bf
line wrap: on
line diff
--- a/include/mb_types.h	Thu Dec 17 16:13:35 2009 +0800
+++ b/include/mb_types.h	Sat Dec 19 08:22:07 2009 +0800
@@ -292,6 +292,7 @@
     do { (co)->flags &= ~(_flags); } while(0)
 #define coord_get_mouse_event(coord) ((coord)->mouse_event)
 #define coord_get_aggr_matrix(coord) ((coord)->aggr_matrix)
+#define coord_get_matrix(coord) ((coord)->matrix)
 #define FOR_COORDS_POSTORDER(coord, cur)			\
     for((cur) = postorder_coord_subtree((coord), NULL);		\
 	(cur) != NULL;						\