Mercurial > MadButterfly
comparison src/X_supp.c @ 1078:b8c83fd0c323 openvg
Fix typo
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 01 Dec 2010 23:00:52 +0800 |
parents | a7f16c967a0b |
children | c5255cc77143 |
comparison
equal
deleted
inserted
replaced
1077:e224f496e6b8 | 1078:b8c83fd0c323 |
---|---|
799 xmb_rt->cr = mbe_create(xmb_rt->surface); | 799 xmb_rt->cr = mbe_create(xmb_rt->surface); |
800 xmb_rt->backend_cr = mbe_create(xmb_rt->backend_surface); | 800 xmb_rt->backend_cr = mbe_create(xmb_rt->backend_surface); |
801 | 801 |
802 /* TODO: Remove this line. Since we use mbe_copy_source(), it | 802 /* TODO: Remove this line. Since we use mbe_copy_source(), it |
803 * will set source for the backend. So, this line is redundants. | 803 * will set source for the backend. So, this line is redundants. |
804 * It can be removed. sourface_ptn can be removed, too. | 804 * It can be removed. surface_ptn can be removed, too. |
805 */ | 805 */ |
806 mbe_set_source(xmb_rt->backend_cr, xmb_rt->surface_ptn); | 806 mbe_set_source(xmb_rt->backend_cr, xmb_rt->surface_ptn); |
807 | 807 |
808 xmb_rt->rdman = (redraw_man_t *)malloc(sizeof(redraw_man_t)); | 808 xmb_rt->rdman = (redraw_man_t *)malloc(sizeof(redraw_man_t)); |
809 redraw_man_init(xmb_rt->rdman, xmb_rt->cr, xmb_rt->backend_cr); | 809 redraw_man_init(xmb_rt->rdman, xmb_rt->cr, xmb_rt->backend_cr); |