comparison 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
comparison
equal deleted inserted replaced
426:aa320386072c 427:8f900da42eed
1824 sh_rect_draw(shape, cr); 1824 sh_rect_draw(shape, cr);
1825 break; 1825 break;
1826 case MBO_IMAGE: 1826 case MBO_IMAGE:
1827 sh_image_draw(shape, cr); 1827 sh_image_draw(shape, cr);
1828 break; 1828 break;
1829 case MBO_STEXT:
1830 sh_stext_draw(shape, cr);
1831 break;
1829 #ifdef UNITTEST 1832 #ifdef UNITTEST
1830 default: 1833 default:
1831 sh_dummy_fill(shape, cr); 1834 sh_dummy_fill(shape, cr);
1832 break; 1835 break;
1833 #endif /* UNITTEST */ 1836 #endif /* UNITTEST */