diff src/redraw_man.c @ 427:8f900da42eed

Make sh_text_draw() passes first test case.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 28 Jul 2009 15:11:42 +0800
parents 585baa462778
children bec538d361e9
line wrap: on
line diff
--- a/src/redraw_man.c	Tue Jul 28 15:11:42 2009 +0800
+++ b/src/redraw_man.c	Tue Jul 28 15:11:42 2009 +0800
@@ -1826,6 +1826,9 @@
 	case MBO_IMAGE:
 	    sh_image_draw(shape, cr);
 	    break;
+	case MBO_STEXT:
+	    sh_stext_draw(shape, cr);
+	    break;
 #ifdef UNITTEST
 	default:
 	    sh_dummy_fill(shape, cr);